Html Css Color HEX #A69DDE Wistful

📋 copy color: '#A69DDE'

red 166 ◦ green 157 ◦ blue 222

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

Shades of Wistful #A69DDE

Tints of Wistful #A69DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 30.46%
G = 28.81%
B = 40.73%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A69DDE (or 0xA69DDE) is known color: Wistful. HEX triplet: A6, 9D and DE. RGB value is (166,157,222). Sum of RGB (Red+Green+Blue) = 166+157+222=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #A69DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DDE is #596221. Grayscale: #A6A6A6. Windows color (decimal): -5857826 or 14589350. OLE color: 14589350.

HSL color Cylindrical-coordinate representation of color #A69DDE: hue angle of 248.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69DDE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 157 222 -
CMYK 0.25 0.29 0 0.13
HSL 248.31º 0.5% 0.74% -
HSV(B) 248.31º 0.29% 0.87% -
XYZ 40.97 37.49 74.19 -
YUV 167.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 166 157 222 0.25 0.29 0 0.13 248.31 0.5 0.74
Hex A6 9D DE 19 1D 0 D F8 32 4A
Octal 246 235 336 31 35 0 15 370 62 112
Binary 10100110 10011101 11011110 11001 11101 0 1101 11111000 110010 1001010

Color Harmonies of #A69DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DDE

Black with #A69DDE

Text Example


Text Example

White with #A69DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DDE; }

 p { color: rgb(166,157,222); }

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

background-color css

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

 a { background-color: rgb(166,157,222); }

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

border-color css

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

 span { border-color: rgb(166,157,222); }

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