Html Css Color HEX #A79DCA Wistful

📋 copy color: '#A79DCA'

red 167 ◦ green 157 ◦ blue 202

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

Shades of Wistful #A79DCA

Tints of Wistful #A79DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 31.75%
G = 29.85%
B = 38.4%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A79DCA (or 0xA79DCA) is known color: Wistful. HEX triplet: A7, 9D and CA. RGB value is (167,157,202). Sum of RGB (Red+Green+Blue) = 167+157+202=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A79DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DCA is #586235. Grayscale: #A4A4A4. Windows color (decimal): -5792310 or 13278631. OLE color: 13278631.

HSL color Cylindrical-coordinate representation of color #A79DCA: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A79DCA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 157 202 -
CMYK 0.17 0.22 0 0.21
HSL 253.33º 0.3% 0.7% -
HSV(B) 253.33º 0.22% 0.79% -
XYZ 38.65 36.59 60.9 -
YUV 165.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 167 157 202 0.17 0.22 0 0.21 253.33 0.3 0.7
Hex A7 9D CA 11 16 0 15 FD 1E 46
Octal 247 235 312 21 26 0 25 375 36 106
Binary 10100111 10011101 11001010 10001 10110 0 10101 11111101 11110 1000110

Color Harmonies of #A79DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79DCA

Black with #A79DCA

Text Example


Text Example

White with #A79DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79DCA; }

 p { color: rgb(167,157,202); }

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

background-color css

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

 a { background-color: rgb(167,157,202); }

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

border-color css

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

 span { border-color: rgb(167,157,202); }

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