#A080CB

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

Shades of Cold Purple #A080CB

Tints of Cold Purple #A080CB

Color information

#A080CB (or 0xA080CB) is unknown color: approx Cold Purple. HEX triplet: A0, 80 and CB. RGB value is (160,128,203). Sum of RGB (Red+Green+Blue) = 160+128+203=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A080CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080CB is #5F7F34. Grayscale: #919191. Windows color (decimal): -6258485 or 13336736. OLE color: 13336736.

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

Color convert

RGB160128203-
CMYK0.210.3700.20
HSL265.6º41.9%64.9%-
HSV(B)265.6º36.95%79.61%-
XYZ3327.2260.02-
YUV146.12160.1137.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=32.59%
G=26.07%
B=41.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601282030.210.3700.20265.641.964.9
HexA080CB152501410a2a41
Octal240200313254502441252101
Binary101000001000000011001011101011001010101001000010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080CB; }

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

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

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

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

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

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

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

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