Html Css Color HEX #A69AD8 Wistful

📋 copy color: '#A69AD8'

red 166 ◦ green 154 ◦ blue 216

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

Shades of Wistful #A69AD8

Tints of Wistful #A69AD8

RGB

 RED value IS 166 (65.23% from 255) = 30.97%

 GREEN value IS 154 (60.55% from 255) = 28.73%

 BLUE value IS 216 (84.77% from 255) = 40.3%

R = 30.97%
G = 28.73%
B = 40.3%

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

#A69AD8 (or 0xA69AD8) is known color: Wistful. HEX triplet: A6, 9A and D8. RGB value is (166,154,216). Sum of RGB (Red+Green+Blue) = 166+154+216=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #A69AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AD8 is #596527. Grayscale: #A4A4A4. Windows color (decimal): -5858600 or 14195366. OLE color: 14195366.

HSL color Cylindrical-coordinate representation of color #A69AD8: hue angle of 251.61º degrees, saturation: 0.44, 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 #A69AD8 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 154 216 -
CMYK 0.23 0.29 0 0.15
HSL 251.61º 0.44% 0.73% -
HSV(B) 251.61º 0.29% 0.85% -
XYZ 39.68 36.18 69.86 -
YUV 164.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 166 154 216 0.23 0.29 0 0.15 251.61 0.44 0.73
Hex A6 9A D8 17 1D 0 F FC 2C 49
Octal 246 232 330 27 35 0 17 374 54 111
Binary 10100110 10011010 11011000 10111 11101 0 1111 11111100 101100 1001001

Color Harmonies of #A69AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69AD8

Black with #A69AD8

Text Example


Text Example

White with #A69AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69AD8; }

 p { color: rgb(166,154,216); }

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

background-color css

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

 a { background-color: rgb(166,154,216); }

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

border-color css

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

 span { border-color: rgb(166,154,216); }

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