Html Css Color HEX #A288CA Cold Purple

📋 copy color: '#A288CA'

red 162 ◦ green 136 ◦ blue 202

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

Shades of Cold Purple #A288CA

Tints of Cold Purple #A288CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.2%

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

R = 32.4%
G = 27.2%
B = 40.4%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A288CA (or 0xA288CA) is known color: Cold Purple. HEX triplet: A2, 88 and CA. RGB value is (162,136,202). Sum of RGB (Red+Green+Blue) = 162+136+202=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #A288CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288CA is #5D7735. Grayscale: #979797. Windows color (decimal): -6125366 or 13273250. OLE color: 13273250.

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

Color convert

RGB 162 136 202 -
CMYK 0.20 0.33 0 0.21
HSL 263.64º 0.38% 0.66% -
HSV(B) 263.64º 0.33% 0.79% -
XYZ 34.37 29.55 59.77 -
YUV 151.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 162 136 202 0.20 0.33 0 0.21 263.64 0.38 0.66
Hex A2 88 CA 14 21 0 15 108 26 42
Octal 242 210 312 24 41 0 25 410 46 102
Binary 10100010 10001000 11001010 10100 100001 0 10101 100001000 100110 1000010

Color Harmonies of #A288CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288CA

Black with #A288CA

Text Example


Text Example

White with #A288CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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