#A28CCF

Color #A28CCF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A28CCF

Tints of Cold Purple #A28CCF

Color information

#A28CCF (or 0xA28CCF) is unknown color: approx Cold Purple. HEX triplet: A2, 8C and CF. RGB value is (162,140,207). Sum of RGB (Red+Green+Blue) = 162+140+207=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A28CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CCF is #5D7330. Grayscale: #999999. Windows color (decimal): -6124337 or 13601954. OLE color: 13601954.

HSL color Cylindrical-coordinate representation of color #A28CCF: hue angle of 259.7º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28CCF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162140207-
CMYK0.220.3200.19
HSL259.7º41.1%68.04%-
HSV(B)259.7º32.37%81.18%-
XYZ35.5430.9463.13-
YUV154.22157.79133.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=31.83%
G=27.50%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621402070.220.3200.19259.741.168.04
HexA28CCF16200131042944
Octal242214317264002340451104
Binary101000101000110011001111101101000000100111000001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CCF; }

 p { color: rgb(162,140,207); }

 H1.HeaderClassName
 {
   color: #A28CCF;
 }
 .AnyTagClassName
 {
   color: #A28CCF;
 }
</style>
background-color css

<style>
 a { background-color: #A28CCF; }

 a { background-color: rgb(162,140,207); }

 div.DivClassName
 {
   background-color: #A28CCF;
 }
 .BgClassName
 {
   background-color: #A28CCF;
 }
</style>
border-color css

<style>
 span { border-color: #A28CCF; }

 span { border-color: rgb(162,140,207); }

 td.TdClassName
 {
   border-color: #A28CCF;
 }
 .TagClassName
 {
   border-color: #A28CCF;
 }
</style>