#A08FCF

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

Shades of Cold Purple #A08FCF

Tints of Cold Purple #A08FCF

Color information

#A08FCF (or 0xA08FCF) is unknown color: approx Cold Purple. HEX triplet: A0, 8F and CF. RGB value is (160,143,207). Sum of RGB (Red+Green+Blue) = 160+143+207=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A08FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCF is #5F7030. Grayscale: #9B9B9B. Windows color (decimal): -6254641 or 13602720. OLE color: 13602720.

HSL color Cylindrical-coordinate representation of color #A08FCF: hue angle of 255.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08FCF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160143207-
CMYK0.230.3100.19
HSL255.94º40%68.63%-
HSV(B)255.94º30.92%81.18%-
XYZ35.5831.6263.26-
YUV155.38157.13131.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=31.37%
G=28.04%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601432070.230.3100.19255.944068.63
HexA08FCF171F0131002845
Octal240217317273702340050105
Binary10100000100011111100111110111111110100111000000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FCF; }

 p { color: rgb(160,143,207); }

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

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

 a { background-color: rgb(160,143,207); }

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

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

 span { border-color: rgb(160,143,207); }

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