Html Css Color HEX #A79BBE Cold Purple

📋 copy color: '#A79BBE'

red 167 ◦ green 155 ◦ blue 190

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

Shades of Cold Purple #A79BBE

Tints of Cold Purple #A79BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 32.62%
G = 30.27%
B = 37.11%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A79BBE (or 0xA79BBE) is known color: Cold Purple. HEX triplet: A7, 9B and BE. RGB value is (167,155,190). Sum of RGB (Red+Green+Blue) = 167+155+190=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A79BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BBE is #586441. Grayscale: #A2A2A2. Windows color (decimal): -5792834 or 12491687. OLE color: 12491687.

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

Color convert

RGB 167 155 190 -
CMYK 0.12 0.18 0 0.25
HSL 260.57º 0.21% 0.68% -
HSV(B) 260.57º 0.18% 0.75% -
XYZ 36.95 35.38 53.6 -
YUV 162.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 167 155 190 0.12 0.18 0 0.25 260.57 0.21 0.68
Hex A7 9B BE C 12 0 19 105 15 44
Octal 247 233 276 14 22 0 31 405 25 104
Binary 10100111 10011011 10111110 1100 10010 0 11001 100000101 10101 1000100

Color Harmonies of #A79BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BBE

Black with #A79BBE

Text Example


Text Example

White with #A79BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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