Html Css Color HEX #A79BDA Wistful

📋 copy color: '#A79BDA'

red 167 ◦ green 155 ◦ blue 218

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

Shades of Wistful #A79BDA

Tints of Wistful #A79BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 30.93%
G = 28.7%
B = 40.37%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A79BDA (or 0xA79BDA) is known color: Wistful. HEX triplet: A7, 9B and DA. RGB value is (167,155,218). Sum of RGB (Red+Green+Blue) = 167+155+218=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #A79BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79BDA is #586425. Grayscale: #A5A5A5. Windows color (decimal): -5792806 or 14326695. OLE color: 14326695.

HSL color Cylindrical-coordinate representation of color #A79BDA: hue angle of 251.43º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A79BDA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 155 218 -
CMYK 0.23 0.29 0 0.15
HSL 251.43º 0.46% 0.73% -
HSV(B) 251.43º 0.29% 0.85% -
XYZ 40.31 36.72 71.29 -
YUV 165.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 167 155 218 0.23 0.29 0 0.15 251.43 0.46 0.73
Hex A7 9B DA 17 1D 0 F FB 2E 49
Octal 247 233 332 27 35 0 17 373 56 111
Binary 10100111 10011011 11011010 10111 11101 0 1111 11111011 101110 1001001

Color Harmonies of #A79BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79BDA

Black with #A79BDA

Text Example


Text Example

White with #A79BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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