Html Css Color HEX #A69EDE Wistful

📋 copy color: '#A69EDE'

red 166 ◦ green 158 ◦ blue 222

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

Shades of Wistful #A69EDE

Tints of Wistful #A69EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.94%

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

R = 30.4%
G = 28.94%
B = 40.66%

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

#A69EDE (or 0xA69EDE) is known color: Wistful. HEX triplet: A6, 9E and DE. RGB value is (166,158,222). Sum of RGB (Red+Green+Blue) = 166+158+222=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #A69EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EDE is #596121. Grayscale: #A7A7A7. Windows color (decimal): -5857570 or 14589606. OLE color: 14589606.

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

Color convert

RGB 166 158 222 -
CMYK 0.25 0.29 0 0.13
HSL 247.5º 0.49% 0.75% -
HSV(B) 247.5º 0.29% 0.87% -
XYZ 41.14 37.83 74.24 -
YUV 167.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 166 158 222 0.25 0.29 0 0.13 247.5 0.49 0.75
Hex A6 9E DE 19 1D 0 D F8 31 4B
Octal 246 236 336 31 35 0 15 370 61 113
Binary 10100110 10011110 11011110 11001 11101 0 1101 11111000 110001 1001011

Color Harmonies of #A69EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EDE

Black with #A69EDE

Text Example


Text Example

White with #A69EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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