#A285C4

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

Shades of Cold Purple #A285C4

Tints of Cold Purple #A285C4

Color information

#A285C4 (or 0xA285C4) is unknown color: approx Cold Purple. HEX triplet: A2, 85 and C4. RGB value is (162,133,196). Sum of RGB (Red+Green+Blue) = 162+133+196=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #A285C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285C4 is #5D7A3B. Grayscale: #949494. Windows color (decimal): -6126140 or 12879266. OLE color: 12879266.

HSL color Cylindrical-coordinate representation of color #A285C4: hue angle of 267.62º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A285C4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162133196-
CMYK0.170.3200.23
HSL267.62º34.81%64.51%-
HSV(B)267.62º32.14%76.86%-
XYZ33.2528.4455.96-
YUV148.85154.61137.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=32.99%
G=27.09%
B=39.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621331960.170.3200.23267.6234.8164.51
HexA285C4112001710c2341
Octal242205304214002741443101
Binary101000101000010111000100100011000000101111000011001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285C4; }

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

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

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

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

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

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

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

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