Html Css Color HEX #A79DB8 Cold Purple

📋 copy color: '#A79DB8'

red 167 ◦ green 157 ◦ blue 184

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

Shades of Cold Purple #A79DB8

Tints of Cold Purple #A79DB8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.91%

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 32.87%
G = 30.91%
B = 36.22%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A79DB8 (or 0xA79DB8) is known color: Cold Purple. HEX triplet: A7, 9D and B8. RGB value is (167,157,184). Sum of RGB (Red+Green+Blue) = 167+157+184=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 184 - color contains mainly: blue. Hex color #A79DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DB8 is #586247. Grayscale: #A2A2A2. Windows color (decimal): -5792328 or 12098983. OLE color: 12098983.

HSL color Cylindrical-coordinate representation of color #A79DB8: hue angle of 262.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A79DB8 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 157 184 -
CMYK 0.09 0.15 0 0.28
HSL 262.22º 0.16% 0.67% -
HSV(B) 262.22º 0.15% 0.72% -
XYZ 36.65 35.79 50.32 -
YUV 163.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 167 157 184 0.09 0.15 0 0.28 262.22 0.16 0.67
Hex A7 9D B8 9 F 0 1C 106 10 43
Octal 247 235 270 11 17 0 34 406 20 103
Binary 10100111 10011101 10111000 1001 1111 0 11100 100000110 10000 1000011

Color Harmonies of #A79DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79DB8

Black with #A79DB8

Text Example


Text Example

White with #A79DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79DB8; }

 p { color: rgb(167,157,184); }

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

background-color css

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

 a { background-color: rgb(167,157,184); }

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

border-color css

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

 span { border-color: rgb(167,157,184); }

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