Html Css Color HEX #A288BE Cold Purple

📋 copy color: '#A288BE'

red 162 ◦ green 136 ◦ blue 190

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

Shades of Cold Purple #A288BE

Tints of Cold Purple #A288BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 33.2%
G = 27.87%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A288BE (or 0xA288BE) is known color: Cold Purple. HEX triplet: A2, 88 and BE. RGB value is (162,136,190). Sum of RGB (Red+Green+Blue) = 162+136+190=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A288BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BE is #5D7741. Grayscale: #959595. Windows color (decimal): -6125378 or 12486818. OLE color: 12486818.

HSL color Cylindrical-coordinate representation of color #A288BE: hue angle of 268.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A288BE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 136 190 -
CMYK 0.15 0.28 0 0.25
HSL 268.89º 0.29% 0.64% -
HSV(B) 268.89º 0.28% 0.75% -
XYZ 33 29.01 52.57 -
YUV 149.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 162 136 190 0.15 0.28 0 0.25 268.89 0.29 0.64
Hex A2 88 BE F 1C 0 19 10D 1D 40
Octal 242 210 276 17 34 0 31 415 35 100
Binary 10100010 10001000 10111110 1111 11100 0 11001 100001101 11101 1000000

Color Harmonies of #A288BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288BE

Black with #A288BE

Text Example


Text Example

White with #A288BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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