Html Css Color HEX #A288BF Cold Purple

📋 copy color: '#A288BF'

red 162 ◦ green 136 ◦ blue 191

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

Shades of Cold Purple #A288BF

Tints of Cold Purple #A288BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 33.13%
G = 27.81%
B = 39.06%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A288BF (or 0xA288BF) is known color: Cold Purple. HEX triplet: A2, 88 and BF. RGB value is (162,136,191). Sum of RGB (Red+Green+Blue) = 162+136+191=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A288BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BF is #5D7740. Grayscale: #959595. Windows color (decimal): -6125377 or 12552354. OLE color: 12552354.

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

Color convert

RGB 162 136 191 -
CMYK 0.15 0.29 0 0.25
HSL 268.36º 0.3% 0.64% -
HSV(B) 268.36º 0.29% 0.75% -
XYZ 33.11 29.05 53.15 -
YUV 150.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 162 136 191 0.15 0.29 0 0.25 268.36 0.3 0.64
Hex A2 88 BF F 1D 0 19 10C 1E 40
Octal 242 210 277 17 35 0 31 414 36 100
Binary 10100010 10001000 10111111 1111 11101 0 11001 100001100 11110 1000000

Color Harmonies of #A288BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288BF

Black with #A288BF

Text Example


Text Example

White with #A288BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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