Html Css Color HEX #A79EBD Cold Purple

📋 copy color: '#A79EBD'

red 167 ◦ green 158 ◦ blue 189

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

Shades of Cold Purple #A79EBD

Tints of Cold Purple #A79EBD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.74%

 BLUE value IS 189 (74.22% from 255) = 36.77%

R = 32.49%
G = 30.74%
B = 36.77%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A79EBD (or 0xA79EBD) is known color: Cold Purple. HEX triplet: A7, 9E and BD. RGB value is (167,158,189). Sum of RGB (Red+Green+Blue) = 167+158+189=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #A79EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79EBD is #586142. Grayscale: #A4A4A4. Windows color (decimal): -5792067 or 12426919. OLE color: 12426919.

HSL color Cylindrical-coordinate representation of color #A79EBD: hue angle of 257.42º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A79EBD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 158 189 -
CMYK 0.12 0.16 0 0.26
HSL 257.42º 0.19% 0.68% -
HSV(B) 257.42º 0.16% 0.74% -
XYZ 37.35 36.34 53.19 -
YUV 164.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 167 158 189 0.12 0.16 0 0.26 257.42 0.19 0.68
Hex A7 9E BD C 10 0 1A 101 13 44
Octal 247 236 275 14 20 0 32 401 23 104
Binary 10100111 10011110 10111101 1100 10000 0 11010 100000001 10011 1000100

Color Harmonies of #A79EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79EBD

Black with #A79EBD

Text Example


Text Example

White with #A79EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79EBD; }

 p { color: rgb(167,158,189); }

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

background-color css

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

 a { background-color: rgb(167,158,189); }

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

border-color css

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

 span { border-color: rgb(167,158,189); }

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