Html Css Color HEX #A799B9 Cold Purple

📋 copy color: '#A799B9'

red 167 ◦ green 153 ◦ blue 185

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

Shades of Cold Purple #A799B9

Tints of Cold Purple #A799B9

RGB

 RED value IS 167 (65.63% from 255) = 33.07%

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 33.07%
G = 30.3%
B = 36.63%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A799B9 (or 0xA799B9) is known color: Cold Purple. HEX triplet: A7, 99 and B9. RGB value is (167,153,185). Sum of RGB (Red+Green+Blue) = 167+153+185=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #A799B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799B9 is #586646. Grayscale: #A0A0A0. Windows color (decimal): -5793351 or 12163495. OLE color: 12163495.

HSL color Cylindrical-coordinate representation of color #A799B9: hue angle of 266.25º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A799B9 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 153 185 -
CMYK 0.10 0.17 0 0.27
HSL 266.25º 0.19% 0.66% -
HSV(B) 266.25º 0.17% 0.73% -
XYZ 36.08 34.5 50.66 -
YUV 160.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 167 153 185 0.10 0.17 0 0.27 266.25 0.19 0.66
Hex A7 99 B9 A 11 0 1B 10A 13 42
Octal 247 231 271 12 21 0 33 412 23 102
Binary 10100111 10011001 10111001 1010 10001 0 11011 100001010 10011 1000010

Color Harmonies of #A799B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799B9

Black with #A799B9

Text Example


Text Example

White with #A799B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799B9; }

 p { color: rgb(167,153,185); }

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

background-color css

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

 a { background-color: rgb(167,153,185); }

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

border-color css

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

 span { border-color: rgb(167,153,185); }

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