Html Css Color HEX #A288CD Cold Purple

📋 copy color: '#A288CD'

red 162 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #A288CD

Tints of Cold Purple #A288CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 32.21%
G = 27.04%
B = 40.76%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A288CD (or 0xA288CD) is known color: Cold Purple. HEX triplet: A2, 88 and CD. RGB value is (162,136,205). Sum of RGB (Red+Green+Blue) = 162+136+205=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A288CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288CD is #5D7732. Grayscale: #979797. Windows color (decimal): -6125363 or 13469858. OLE color: 13469858.

HSL color Cylindrical-coordinate representation of color #A288CD: hue angle of 262.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A288CD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 136 205 -
CMYK 0.21 0.34 0 0.20
HSL 262.61º 0.41% 0.67% -
HSV(B) 262.61º 0.34% 0.8% -
XYZ 34.72 29.7 61.66 -
YUV 151.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 162 136 205 0.21 0.34 0 0.20 262.61 0.41 0.67
Hex A2 88 CD 15 22 0 14 107 29 43
Octal 242 210 315 25 42 0 24 407 51 103
Binary 10100010 10001000 11001101 10101 100010 0 10100 100000111 101001 1000011

Color Harmonies of #A288CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288CD

Black with #A288CD

Text Example


Text Example

White with #A288CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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