Html Css Color HEX #A79CBF Cold Purple

📋 copy color: '#A79CBF'

red 167 ◦ green 156 ◦ blue 191

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

Shades of Cold Purple #A79CBF

Tints of Cold Purple #A79CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.16%

R = 32.49%
G = 30.35%
B = 37.16%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A79CBF (or 0xA79CBF) is known color: Cold Purple. HEX triplet: A7, 9C and BF. RGB value is (167,156,191). Sum of RGB (Red+Green+Blue) = 167+156+191=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #A79CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CBF is #586340. Grayscale: #A3A3A3. Windows color (decimal): -5792577 or 12557479. OLE color: 12557479.

HSL color Cylindrical-coordinate representation of color #A79CBF: hue angle of 258.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79CBF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 156 191 -
CMYK 0.13 0.18 0 0.25
HSL 258.86º 0.21% 0.68% -
HSV(B) 258.86º 0.18% 0.75% -
XYZ 37.23 35.75 54.23 -
YUV 163.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 167 156 191 0.13 0.18 0 0.25 258.86 0.21 0.68
Hex A7 9C BF D 12 0 19 103 15 44
Octal 247 234 277 15 22 0 31 403 25 104
Binary 10100111 10011100 10111111 1101 10010 0 11001 100000011 10101 1000100

Color Harmonies of #A79CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79CBF

Black with #A79CBF

Text Example


Text Example

White with #A79CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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