Html Css Color HEX #A79BBB Cold Purple

📋 copy color: '#A79BBB'

red 167 ◦ green 155 ◦ blue 187

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

Shades of Cold Purple #A79BBB

Tints of Cold Purple #A79BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 32.81%
G = 30.45%
B = 36.74%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A79BBB (or 0xA79BBB) is known color: Cold Purple. HEX triplet: A7, 9B and BB. RGB value is (167,155,187). Sum of RGB (Red+Green+Blue) = 167+155+187=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A79BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBB is #586444. Grayscale: #A2A2A2. Windows color (decimal): -5792837 or 12295079. OLE color: 12295079.

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

Color convert

RGB 167 155 187 -
CMYK 0.11 0.17 0 0.27
HSL 262.5º 0.19% 0.67% -
HSV(B) 262.5º 0.17% 0.73% -
XYZ 36.63 35.25 51.89 -
YUV 162.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 167 155 187 0.11 0.17 0 0.27 262.5 0.19 0.67
Hex A7 9B BB B 11 0 1B 106 13 43
Octal 247 233 273 13 21 0 33 406 23 103
Binary 10100111 10011011 10111011 1011 10001 0 11011 100000110 10011 1000011

Color Harmonies of #A79BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BBB

Black with #A79BBB

Text Example


Text Example

White with #A79BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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