#A285BF

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

Shades of Cold Purple #A285BF

Tints of Cold Purple #A285BF

Color information

#A285BF (or 0xA285BF) is unknown color: approx Cold Purple. HEX triplet: A2, 85 and BF. RGB value is (162,133,191). Sum of RGB (Red+Green+Blue) = 162+133+191=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A285BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285BF is #5D7A40. Grayscale: #949494. Windows color (decimal): -6126145 or 12551586. OLE color: 12551586.

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

Color convert

RGB162133191-
CMYK0.150.3000.25
HSL270º31.18%63.53%-
HSV(B)270º30.37%74.9%-
XYZ32.6928.2253.01-
YUV148.28152.11137.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 191 (75% from 255) = 39.30%
R=33.33%
G=27.37%
B=39.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621331910.150.3000.2527031.1863.53
HexA285BFF1E01910e1f40
Octal242205277173603141637100
Binary101000101000010110111111111111110011001100001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285BF; }

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

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

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

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

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

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

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

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