Html Css Color HEX #A299B6 Cold Purple

📋 copy color: '#A299B6'

red 162 ◦ green 153 ◦ blue 182

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

Shades of Cold Purple #A299B6

Tints of Cold Purple #A299B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 32.6%
G = 30.78%
B = 36.62%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A299B6 (or 0xA299B6) is known color: Cold Purple. HEX triplet: A2, 99 and B6. RGB value is (162,153,182). Sum of RGB (Red+Green+Blue) = 162+153+182=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #A299B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299B6 is #5D6649. Grayscale: #9E9E9E. Windows color (decimal): -6121034 or 11966882. OLE color: 11966882.

HSL color Cylindrical-coordinate representation of color #A299B6: hue angle of 258.62º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A299B6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 153 182 -
CMYK 0.11 0.16 0 0.29
HSL 258.62º 0.17% 0.66% -
HSV(B) 258.62º 0.16% 0.71% -
XYZ 34.74 33.84 48.96 -
YUV 159 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 162 153 182 0.11 0.16 0 0.29 258.62 0.17 0.66
Hex A2 99 B6 B 10 0 1D 103 11 42
Octal 242 231 266 13 20 0 35 403 21 102
Binary 10100010 10011001 10110110 1011 10000 0 11101 100000011 10001 1000010

Color Harmonies of #A299B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299B6

Black with #A299B6

Text Example


Text Example

White with #A299B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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