Html Css Color HEX #A299AD Cold Purple

📋 copy color: '#A299AD'

red 162 ◦ green 153 ◦ blue 173

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

Shades of Cold Purple #A299AD

Tints of Cold Purple #A299AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 33.2%
G = 31.35%
B = 35.45%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A299AD (or 0xA299AD) is known color: Cold Purple. HEX triplet: A2, 99 and AD. RGB value is (162,153,173). Sum of RGB (Red+Green+Blue) = 162+153+173=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A299AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AD is #5D6652. Grayscale: #9D9D9D. Windows color (decimal): -6121043 or 11377058. OLE color: 11377058.

HSL color Cylindrical-coordinate representation of color #A299AD: hue angle of 267º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A299AD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 153 173 -
CMYK 0.06 0.12 0 0.32
HSL 267º 0.11% 0.64% -
HSV(B) 267º 0.12% 0.68% -
XYZ 33.83 33.48 44.21 -
YUV 157.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 162 153 173 0.06 0.12 0 0.32 267 0.11 0.64
Hex A2 99 AD 6 C 0 20 10B B 40
Octal 242 231 255 6 14 0 40 413 13 100
Binary 10100010 10011001 10101101 110 1100 0 100000 100001011 1011 1000000

Color Harmonies of #A299AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299AD

Black with #A299AD

Text Example


Text Example

White with #A299AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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