Html Css Color HEX #A69ECD Wistful

📋 copy color: '#A69ECD'

red 166 ◦ green 158 ◦ blue 205

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

Shades of Wistful #A69ECD

Tints of Wistful #A69ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 31.38%
G = 29.87%
B = 38.75%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A69ECD (or 0xA69ECD) is known color: Wistful. HEX triplet: A6, 9E and CD. RGB value is (166,158,205). Sum of RGB (Red+Green+Blue) = 166+158+205=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #A69ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ECD is #596132. Grayscale: #A5A5A5. Windows color (decimal): -5857587 or 13475494. OLE color: 13475494.

HSL color Cylindrical-coordinate representation of color #A69ECD: hue angle of 250.21º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69ECD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 158 205 -
CMYK 0.19 0.23 0 0.20
HSL 250.21º 0.32% 0.71% -
HSV(B) 250.21º 0.23% 0.8% -
XYZ 38.97 36.97 62.84 -
YUV 165.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 166 158 205 0.19 0.23 0 0.20 250.21 0.32 0.71
Hex A6 9E CD 13 17 0 14 FA 20 47
Octal 246 236 315 23 27 0 24 372 40 107
Binary 10100110 10011110 11001101 10011 10111 0 10100 11111010 100000 1000111

Color Harmonies of #A69ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ECD

Black with #A69ECD

Text Example


Text Example

White with #A69ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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