Html Css Color HEX #A79BBC Cold Purple

📋 copy color: '#A79BBC'

red 167 ◦ green 155 ◦ blue 188

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

Shades of Cold Purple #A79BBC

Tints of Cold Purple #A79BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 32.75%
G = 30.39%
B = 36.86%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A79BBC (or 0xA79BBC) is known color: Cold Purple. HEX triplet: A7, 9B and BC. RGB value is (167,155,188). Sum of RGB (Red+Green+Blue) = 167+155+188=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #A79BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBC is #586443. Grayscale: #A2A2A2. Windows color (decimal): -5792836 or 12360615. OLE color: 12360615.

HSL color Cylindrical-coordinate representation of color #A79BBC: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A79BBC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 155 188 -
CMYK 0.11 0.18 0 0.26
HSL 261.82º 0.2% 0.67% -
HSV(B) 261.82º 0.18% 0.74% -
XYZ 36.73 35.29 52.45 -
YUV 162.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 167 155 188 0.11 0.18 0 0.26 261.82 0.2 0.67
Hex A7 9B BC B 12 0 1A 106 14 43
Octal 247 233 274 13 22 0 32 406 24 103
Binary 10100111 10011011 10111100 1011 10010 0 11010 100000110 10100 1000011

Color Harmonies of #A79BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BBC

Black with #A79BBC

Text Example


Text Example

White with #A79BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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