Html Css Color HEX #A299BB Cold Purple

📋 copy color: '#A299BB'

red 162 ◦ green 153 ◦ blue 187

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

Shades of Cold Purple #A299BB

Tints of Cold Purple #A299BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.48%

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 32.27%
G = 30.48%
B = 37.25%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A299BB (or 0xA299BB) is known color: Cold Purple. HEX triplet: A2, 99 and BB. RGB value is (162,153,187). Sum of RGB (Red+Green+Blue) = 162+153+187=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #A299BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BB is #5D6644. Grayscale: #9F9F9F. Windows color (decimal): -6121029 or 12294562. OLE color: 12294562.

HSL color Cylindrical-coordinate representation of color #A299BB: hue angle of 255.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A299BB is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 153 187 -
CMYK 0.13 0.18 0 0.27
HSL 255.88º 0.2% 0.67% -
HSV(B) 255.88º 0.18% 0.73% -
XYZ 35.26 34.05 51.73 -
YUV 159.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 162 153 187 0.13 0.18 0 0.27 255.88 0.2 0.67
Hex A2 99 BB D 12 0 1B 100 14 43
Octal 242 231 273 15 22 0 33 400 24 103
Binary 10100010 10011001 10111011 1101 10010 0 11011 100000000 10100 1000011

Color Harmonies of #A299BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299BB

Black with #A299BB

Text Example


Text Example

White with #A299BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299BB; }

 p { color: rgb(162,153,187); }

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

background-color css

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

 a { background-color: rgb(162,153,187); }

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

border-color css

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

 span { border-color: rgb(162,153,187); }

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