Html Css Color HEX #A288CF Cold Purple

📋 copy color: '#A288CF'

red 162 ◦ green 136 ◦ blue 207

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

Shades of Cold Purple #A288CF

Tints of Cold Purple #A288CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 32.08%
G = 26.93%
B = 40.99%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A288CF (or 0xA288CF) is known color: Cold Purple. HEX triplet: A2, 88 and CF. RGB value is (162,136,207). Sum of RGB (Red+Green+Blue) = 162+136+207=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #A288CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288CF is #5D7730. Grayscale: #979797. Windows color (decimal): -6125361 or 13600930. OLE color: 13600930.

HSL color Cylindrical-coordinate representation of color #A288CF: hue angle of 261.97º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A288CF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 136 207 -
CMYK 0.22 0.34 0 0.19
HSL 261.97º 0.43% 0.67% -
HSV(B) 261.97º 0.34% 0.81% -
XYZ 34.97 29.79 62.94 -
YUV 151.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 162 136 207 0.22 0.34 0 0.19 261.97 0.43 0.67
Hex A2 88 CF 16 22 0 13 106 2B 43
Octal 242 210 317 26 42 0 23 406 53 103
Binary 10100010 10001000 11001111 10110 100010 0 10011 100000110 101011 1000011

Color Harmonies of #A288CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288CF

Black with #A288CF

Text Example


Text Example

White with #A288CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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