Html Css Color HEX #A79CBA Cold Purple

📋 copy color: '#A79CBA'

red 167 ◦ green 156 ◦ blue 186

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

Shades of Cold Purple #A79CBA

Tints of Cold Purple #A79CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 32.81%
G = 30.65%
B = 36.54%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A79CBA (or 0xA79CBA) is known color: Cold Purple. HEX triplet: A7, 9C and BA. RGB value is (167,156,186). Sum of RGB (Red+Green+Blue) = 167+156+186=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #A79CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79CBA is #586345. Grayscale: #A2A2A2. Windows color (decimal): -5792582 or 12229799. OLE color: 12229799.

HSL color Cylindrical-coordinate representation of color #A79CBA: hue angle of 262º 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 #A79CBA is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 156 186 -
CMYK 0.10 0.16 0 0.27
HSL 262º 0.18% 0.67% -
HSV(B) 262º 0.16% 0.73% -
XYZ 36.69 35.54 51.38 -
YUV 162.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 167 156 186 0.10 0.16 0 0.27 262 0.18 0.67
Hex A7 9C BA A 10 0 1B 106 12 43
Octal 247 234 272 12 20 0 33 406 22 103
Binary 10100111 10011100 10111010 1010 10000 0 11011 100000110 10010 1000011

Color Harmonies of #A79CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79CBA

Black with #A79CBA

Text Example


Text Example

White with #A79CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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