Html Css Color HEX #A79BD6 Wistful

📋 copy color: '#A79BD6'

red 167 ◦ green 155 ◦ blue 214

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

Shades of Wistful #A79BD6

Tints of Wistful #A79BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.93%

R = 31.16%
G = 28.92%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A79BD6 (or 0xA79BD6) is known color: Wistful. HEX triplet: A7, 9B and D6. RGB value is (167,155,214). Sum of RGB (Red+Green+Blue) = 167+155+214=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #A79BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BD6 is #586429. Grayscale: #A5A5A5. Windows color (decimal): -5792810 or 14064551. OLE color: 14064551.

HSL color Cylindrical-coordinate representation of color #A79BD6: hue angle of 252.2º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79BD6 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 155 214 -
CMYK 0.22 0.28 0 0.16
HSL 252.2º 0.42% 0.72% -
HSV(B) 252.2º 0.28% 0.84% -
XYZ 39.8 36.51 68.57 -
YUV 165.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 167 155 214 0.22 0.28 0 0.16 252.2 0.42 0.72
Hex A7 9B D6 16 1C 0 10 FC 2A 48
Octal 247 233 326 26 34 0 20 374 52 110
Binary 10100111 10011011 11010110 10110 11100 0 10000 11111100 101010 1001000

Color Harmonies of #A79BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BD6

Black with #A79BD6

Text Example


Text Example

White with #A79BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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