Html Css Color HEX #A285CA Cold Purple

📋 copy color: '#A285CA'

red 162 ◦ green 133 ◦ blue 202

#A285CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A285CA

Tints of Cold Purple #A285CA

RGB

 RED value IS 162 (63.67% from 255) = 32.6%

 GREEN value IS 133 (52.34% from 255) = 26.76%

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 32.6%
G = 26.76%
B = 40.64%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A285CA (or 0xA285CA) is known color: Cold Purple. HEX triplet: A2, 85 and CA. RGB value is (162,133,202). Sum of RGB (Red+Green+Blue) = 162+133+202=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #A285CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285CA is #5D7A35. Grayscale: #959595. Windows color (decimal): -6126134 or 13272482. OLE color: 13272482.

HSL color Cylindrical-coordinate representation of color #A285CA: hue angle of 265.22º 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 #A285CA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 133 202 -
CMYK 0.20 0.34 0 0.21
HSL 265.22º 0.39% 0.66% -
HSV(B) 265.22º 0.34% 0.79% -
XYZ 33.95 28.72 59.63 -
YUV 149.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 162 133 202 0.20 0.34 0 0.21 265.22 0.39 0.66
Hex A2 85 CA 14 22 0 15 109 27 42
Octal 242 205 312 24 42 0 25 411 47 102
Binary 10100010 10000101 11001010 10100 100010 0 10101 100001001 100111 1000010

Color Harmonies of #A285CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285CA

Black with #A285CA

Text Example


Text Example

White with #A285CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285CA; }

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

 H1.HeaderClassName
 {
   color: #A285CA;
 }
 .AnyTagClassName
 {
   color: #A285CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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