Html Css Color HEX #A79DBB Cold Purple

📋 copy color: '#A79DBB'

red 167 ◦ green 157 ◦ blue 187

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

Shades of Cold Purple #A79DBB

Tints of Cold Purple #A79DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 32.68%
G = 30.72%
B = 36.59%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A79DBB (or 0xA79DBB) is known color: Cold Purple. HEX triplet: A7, 9D and BB. RGB value is (167,157,187). Sum of RGB (Red+Green+Blue) = 167+157+187=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DBB is #586244. Grayscale: #A3A3A3. Windows color (decimal): -5792325 or 12295591. OLE color: 12295591.

HSL color Cylindrical-coordinate representation of color #A79DBB: hue angle of 260º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A79DBB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 157 187 -
CMYK 0.11 0.16 0 0.27
HSL 260º 0.18% 0.67% -
HSV(B) 260º 0.16% 0.73% -
XYZ 36.96 35.92 52 -
YUV 163.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 167 157 187 0.11 0.16 0 0.27 260 0.18 0.67
Hex A7 9D BB B 10 0 1B 104 12 43
Octal 247 235 273 13 20 0 33 404 22 103
Binary 10100111 10011101 10111011 1011 10000 0 11011 100000100 10010 1000011

Color Harmonies of #A79DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79DBB

Black with #A79DBB

Text Example


Text Example

White with #A79DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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