Html Css Color HEX #A69DE2 Wistful

📋 copy color: '#A69DE2'

red 166 ◦ green 157 ◦ blue 226

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

Shades of Wistful #A69DE2

Tints of Wistful #A69DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.17%

R = 30.24%
G = 28.6%
B = 41.17%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A69DE2 (or 0xA69DE2) is known color: Wistful. HEX triplet: A6, 9D and E2. RGB value is (166,157,226). Sum of RGB (Red+Green+Blue) = 166+157+226=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #A69DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DE2 is #59621D. Grayscale: #A7A7A7. Windows color (decimal): -5857822 or 14851494. OLE color: 14851494.

HSL color Cylindrical-coordinate representation of color #A69DE2: hue angle of 247.83º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69DE2 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 157 226 -
CMYK 0.27 0.31 0 0.11
HSL 247.83º 0.54% 0.75% -
HSV(B) 247.83º 0.31% 0.89% -
XYZ 41.51 37.71 77.04 -
YUV 167.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 166 157 226 0.27 0.31 0 0.11 247.83 0.54 0.75
Hex A6 9D E2 1B 1F 0 B F8 36 4B
Octal 246 235 342 33 37 0 13 370 66 113
Binary 10100110 10011101 11100010 11011 11111 0 1011 11111000 110110 1001011

Color Harmonies of #A69DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DE2

Black with #A69DE2

Text Example


Text Example

White with #A69DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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