Html Css Color HEX #A79CBB Cold Purple

📋 copy color: '#A79CBB'

red 167 ◦ green 156 ◦ blue 187

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

Shades of Cold Purple #A79CBB

Tints of Cold Purple #A79CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.59%

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

R = 32.75%
G = 30.59%
B = 36.67%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A79CBB (or 0xA79CBB) is known color: Cold Purple. HEX triplet: A7, 9C and BB. RGB value is (167,156,187). Sum of RGB (Red+Green+Blue) = 167+156+187=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CBB is #586344. Grayscale: #A2A2A2. Windows color (decimal): -5792581 or 12295335. OLE color: 12295335.

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

Color convert

RGB 167 156 187 -
CMYK 0.11 0.17 0 0.27
HSL 261.29º 0.19% 0.67% -
HSV(B) 261.29º 0.17% 0.73% -
XYZ 36.79 35.58 51.94 -
YUV 162.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 167 156 187 0.11 0.17 0 0.27 261.29 0.19 0.67
Hex A7 9C BB B 11 0 1B 105 13 43
Octal 247 234 273 13 21 0 33 405 23 103
Binary 10100111 10011100 10111011 1011 10001 0 11011 100000101 10011 1000011

Color Harmonies of #A79CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79CBB

Black with #A79CBB

Text Example


Text Example

White with #A79CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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