Html Css Color HEX #A79BBF Cold Purple

📋 copy color: '#A79BBF'

red 167 ◦ green 155 ◦ blue 191

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

Shades of Cold Purple #A79BBF

Tints of Cold Purple #A79BBF

RGB

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

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

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

R = 32.55%
G = 30.21%
B = 37.23%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A79BBF (or 0xA79BBF) is known color: Cold Purple. HEX triplet: A7, 9B and BF. RGB value is (167,155,191). Sum of RGB (Red+Green+Blue) = 167+155+191=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A79BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBF is #586440. Grayscale: #A2A2A2. Windows color (decimal): -5792833 or 12557223. OLE color: 12557223.

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

Color convert

RGB 167 155 191 -
CMYK 0.13 0.19 0 0.25
HSL 260º 0.22% 0.68% -
HSV(B) 260º 0.19% 0.75% -
XYZ 37.06 35.42 54.17 -
YUV 162.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 167 155 191 0.13 0.19 0 0.25 260 0.22 0.68
Hex A7 9B BF D 13 0 19 104 16 44
Octal 247 233 277 15 23 0 31 404 26 104
Binary 10100111 10011011 10111111 1101 10011 0 11001 100000100 10110 1000100

Color Harmonies of #A79BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BBF

Black with #A79BBF

Text Example


Text Example

White with #A79BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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