Html Css Color HEX #A79BBA Cold Purple

📋 copy color: '#A79BBA'

red 167 ◦ green 155 ◦ blue 186

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

Shades of Cold Purple #A79BBA

Tints of Cold Purple #A79BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.51%

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

R = 32.87%
G = 30.51%
B = 36.61%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A79BBA (or 0xA79BBA) is known color: Cold Purple. HEX triplet: A7, 9B and BA. RGB value is (167,155,186). Sum of RGB (Red+Green+Blue) = 167+155+186=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #A79BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBA is #586445. Grayscale: #A2A2A2. Windows color (decimal): -5792838 or 12229543. OLE color: 12229543.

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

Color convert

RGB 167 155 186 -
CMYK 0.10 0.17 0 0.27
HSL 263.23º 0.18% 0.67% -
HSV(B) 263.23º 0.17% 0.73% -
XYZ 36.52 35.2 51.32 -
YUV 162.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 167 155 186 0.10 0.17 0 0.27 263.23 0.18 0.67
Hex A7 9B BA A 11 0 1B 107 12 43
Octal 247 233 272 12 21 0 33 407 22 103
Binary 10100111 10011011 10111010 1010 10001 0 11011 100000111 10010 1000011

Color Harmonies of #A79BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BBA

Black with #A79BBA

Text Example


Text Example

White with #A79BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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