Html Css Color HEX #A69ED2 Wistful

📋 copy color: '#A69ED2'

red 166 ◦ green 158 ◦ blue 210

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

Shades of Wistful #A69ED2

Tints of Wistful #A69ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.33%

R = 31.09%
G = 29.59%
B = 39.33%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A69ED2 (or 0xA69ED2) is known color: Wistful. HEX triplet: A6, 9E and D2. RGB value is (166,158,210). Sum of RGB (Red+Green+Blue) = 166+158+210=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #A69ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ED2 is #59612D. Grayscale: #A6A6A6. Windows color (decimal): -5857582 or 13803174. OLE color: 13803174.

HSL color Cylindrical-coordinate representation of color #A69ED2: hue angle of 249.23º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A69ED2 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 158 210 -
CMYK 0.21 0.25 0 0.18
HSL 249.23º 0.37% 0.72% -
HSV(B) 249.23º 0.25% 0.82% -
XYZ 39.59 37.21 66.07 -
YUV 166.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 166 158 210 0.21 0.25 0 0.18 249.23 0.37 0.72
Hex A6 9E D2 15 19 0 12 F9 25 48
Octal 246 236 322 25 31 0 22 371 45 110
Binary 10100110 10011110 11010010 10101 11001 0 10010 11111001 100101 1001000

Color Harmonies of #A69ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ED2

Black with #A69ED2

Text Example


Text Example

White with #A69ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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