#A285BE

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

Shades of Cold Purple #A285BE

Tints of Cold Purple #A285BE

Color information

#A285BE (or 0xA285BE) is unknown color: approx Cold Purple. HEX triplet: A2, 85 and BE. RGB value is (162,133,190). Sum of RGB (Red+Green+Blue) = 162+133+190=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A285BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285BE is #5D7A41. Grayscale: #939393. Windows color (decimal): -6126146 or 12486050. OLE color: 12486050.

HSL color Cylindrical-coordinate representation of color #A285BE: hue angle of 270.53º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A285BE is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162133190-
CMYK0.150.300.25
HSL270.53º30.48%63.33%-
HSV(B)270.53º30%74.51%-
XYZ32.5828.1752.44-
YUV148.17151.61137.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=33.40%
G=27.42%
B=39.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621331900.150.300.25270.5330.4863.33
HexA285BEF1E01910f1e3f
Octal24220527617360314173677
Binary10100010100001011011111011111111001100110000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285BE; }

 p { color: rgb(162,133,190); }

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

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

 a { background-color: rgb(162,133,190); }

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

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

 span { border-color: rgb(162,133,190); }

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