Html Css Color HEX #A288BC Cold Purple

📋 copy color: '#A288BC'

red 162 ◦ green 136 ◦ blue 188

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

Shades of Cold Purple #A288BC

Tints of Cold Purple #A288BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 33.33%
G = 27.98%
B = 38.68%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A288BC (or 0xA288BC) is known color: Cold Purple. HEX triplet: A2, 88 and BC. RGB value is (162,136,188). Sum of RGB (Red+Green+Blue) = 162+136+188=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #A288BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BC is #5D7743. Grayscale: #959595. Windows color (decimal): -6125380 or 12355746. OLE color: 12355746.

HSL color Cylindrical-coordinate representation of color #A288BC: hue angle of 270º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A288BC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 136 188 -
CMYK 0.14 0.28 0 0.26
HSL 270º 0.28% 0.64% -
HSV(B) 270º 0.28% 0.74% -
XYZ 32.78 28.92 51.43 -
YUV 149.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 162 136 188 0.14 0.28 0 0.26 270 0.28 0.64
Hex A2 88 BC E 1C 0 1A 10E 1C 40
Octal 242 210 274 16 34 0 32 416 34 100
Binary 10100010 10001000 10111100 1110 11100 0 11010 100001110 11100 1000000

Color Harmonies of #A288BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288BC

Black with #A288BC

Text Example


Text Example

White with #A288BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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