#A085CA

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

Shades of Cold Purple #A085CA

Tints of Cold Purple #A085CA

Color information

#A085CA (or 0xA085CA) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and CA. RGB value is (160,133,202). Sum of RGB (Red+Green+Blue) = 160+133+202=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A085CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085CA is #5F7A35. Grayscale: #949494. Windows color (decimal): -6257206 or 13272480. OLE color: 13272480.

HSL color Cylindrical-coordinate representation of color #A085CA: hue angle of 263.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A085CA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160133202-
CMYK0.210.3400.21
HSL263.48º39.43%65.69%-
HSV(B)263.48º34.16%79.22%-
XYZ33.5528.5159.61-
YUV148.94157.95135.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=32.32%
G=26.87%
B=40.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601332020.210.3400.21263.4839.4365.69
HexA085CA15220151072742
Octal240205312254202540747102
Binary101000001000010111001010101011000100101011000001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085CA; }

 p { color: rgb(160,133,202); }

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

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

 a { background-color: rgb(160,133,202); }

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

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

 span { border-color: rgb(160,133,202); }

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