Html Css Color HEX #A79BD0 Wistful

📋 copy color: '#A79BD0'

red 167 ◦ green 155 ◦ blue 208

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

Shades of Wistful #A79BD0

Tints of Wistful #A79BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 31.51%
G = 29.25%
B = 39.25%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A79BD0 (or 0xA79BD0) is known color: Wistful. HEX triplet: A7, 9B and D0. RGB value is (167,155,208). Sum of RGB (Red+Green+Blue) = 167+155+208=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #A79BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BD0 is #58642F. Grayscale: #A4A4A4. Windows color (decimal): -5792816 or 13671335. OLE color: 13671335.

HSL color Cylindrical-coordinate representation of color #A79BD0: hue angle of 253.58º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A79BD0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 155 208 -
CMYK 0.20 0.25 0 0.18
HSL 253.58º 0.36% 0.71% -
HSV(B) 253.58º 0.25% 0.82% -
XYZ 39.04 36.21 64.61 -
YUV 164.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 167 155 208 0.20 0.25 0 0.18 253.58 0.36 0.71
Hex A7 9B D0 14 19 0 12 FE 24 47
Octal 247 233 320 24 31 0 22 376 44 107
Binary 10100111 10011011 11010000 10100 11001 0 10010 11111110 100100 1000111

Color Harmonies of #A79BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BD0

Black with #A79BD0

Text Example


Text Example

White with #A79BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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