#A084CB

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

Shades of Cold Purple #A084CB

Tints of Cold Purple #A084CB

Color information

#A084CB (or 0xA084CB) is unknown color: approx Cold Purple. HEX triplet: A0, 84 and CB. RGB value is (160,132,203). Sum of RGB (Red+Green+Blue) = 160+132+203=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A084CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084CB is #5F7B34. Grayscale: #949494. Windows color (decimal): -6257461 or 13337760. OLE color: 13337760.

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

Color convert

RGB160132203-
CMYK0.210.3500.20
HSL263.66º40.57%65.69%-
HSV(B)263.66º34.98%79.61%-
XYZ33.5328.2960.19-
YUV148.47158.78136.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=32.32%
G=26.67%
B=41.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601322030.210.3500.20263.6640.5765.69
HexA084CB15230141082942
Octal240204313254302441051102
Binary101000001000010011001011101011000110101001000010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A084CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A084CB; }

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

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

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

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

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

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

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

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