#A08FCB

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

Shades of Cold Purple #A08FCB

Tints of Cold Purple #A08FCB

Color information

#A08FCB (or 0xA08FCB) is unknown color: approx Cold Purple. HEX triplet: A0, 8F and CB. RGB value is (160,143,203). Sum of RGB (Red+Green+Blue) = 160+143+203=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCB is #5F7034. Grayscale: #9A9A9A. Windows color (decimal): -6254645 or 13340576. OLE color: 13340576.

HSL color Cylindrical-coordinate representation of color #A08FCB: hue angle of 257º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08FCB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160143203-
CMYK0.210.3000.20
HSL257º36.59%67.84%-
HSV(B)257º29.56%79.61%-
XYZ35.131.4360.72-
YUV154.92155.13131.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=31.62%
G=28.26%
B=40.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601432030.210.3000.2025736.5967.84
HexA08FCB151E0141012544
Octal240217313253602440145104
Binary10100000100011111100101110101111100101001000000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FCB; }

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

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

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

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

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

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

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

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