Html Css Color HEX #A79DBA Cold Purple

📋 copy color: '#A79DBA'

red 167 ◦ green 157 ◦ blue 186

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

Shades of Cold Purple #A79DBA

Tints of Cold Purple #A79DBA

RGB

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

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

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

R = 32.75%
G = 30.78%
B = 36.47%

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

#A79DBA (or 0xA79DBA) is known color: Cold Purple. HEX triplet: A7, 9D and BA. RGB value is (167,157,186). Sum of RGB (Red+Green+Blue) = 167+157+186=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A79DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DBA is #586245. Grayscale: #A3A3A3. Windows color (decimal): -5792326 or 12230055. OLE color: 12230055.

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

Color convert

RGB 167 157 186 -
CMYK 0.10 0.16 0 0.27
HSL 260.69º 0.17% 0.67% -
HSV(B) 260.69º 0.16% 0.73% -
XYZ 36.86 35.87 51.44 -
YUV 163.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 167 157 186 0.10 0.16 0 0.27 260.69 0.17 0.67
Hex A7 9D BA A 10 0 1B 105 11 43
Octal 247 235 272 12 20 0 33 405 21 103
Binary 10100111 10011101 10111010 1010 10000 0 11011 100000101 10001 1000011

Color Harmonies of #A79DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79DBA

Black with #A79DBA

Text Example


Text Example

White with #A79DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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