Html Css Color HEX #A299B0 Cold Purple

📋 copy color: '#A299B0'

red 162 ◦ green 153 ◦ blue 176

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

Shades of Cold Purple #A299B0

Tints of Cold Purple #A299B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.85%

R = 32.99%
G = 31.16%
B = 35.85%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A299B0 (or 0xA299B0) is known color: Cold Purple. HEX triplet: A2, 99 and B0. RGB value is (162,153,176). Sum of RGB (Red+Green+Blue) = 162+153+176=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 176 - color contains mainly: blue. Hex color #A299B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299B0 is #5D664F. Grayscale: #9E9E9E. Windows color (decimal): -6121040 or 11573666. OLE color: 11573666.

HSL color Cylindrical-coordinate representation of color #A299B0: hue angle of 263.48º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A299B0 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 153 176 -
CMYK 0.08 0.13 0 0.31
HSL 263.48º 0.13% 0.65% -
HSV(B) 263.48º 0.13% 0.69% -
XYZ 34.13 33.6 45.76 -
YUV 158.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 162 153 176 0.08 0.13 0 0.31 263.48 0.13 0.65
Hex A2 99 B0 8 D 0 1F 107 D 41
Octal 242 231 260 10 15 0 37 407 15 101
Binary 10100010 10011001 10110000 1000 1101 0 11111 100000111 1101 1000001

Color Harmonies of #A299B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299B0

Black with #A299B0

Text Example


Text Example

White with #A299B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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