Html Css Color HEX #A69EDC Wistful

📋 copy color: '#A69EDC'

red 166 ◦ green 158 ◦ blue 220

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

Shades of Wistful #A69EDC

Tints of Wistful #A69EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 30.51%
G = 29.04%
B = 40.44%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A69EDC (or 0xA69EDC) is known color: Wistful. HEX triplet: A6, 9E and DC. RGB value is (166,158,220). Sum of RGB (Red+Green+Blue) = 166+158+220=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #A69EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EDC is #596123. Grayscale: #A7A7A7. Windows color (decimal): -5857572 or 14458534. OLE color: 14458534.

HSL color Cylindrical-coordinate representation of color #A69EDC: hue angle of 247.74º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69EDC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 158 220 -
CMYK 0.25 0.28 0 0.14
HSL 247.74º 0.47% 0.74% -
HSV(B) 247.74º 0.28% 0.86% -
XYZ 40.87 37.73 72.84 -
YUV 167.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 166 158 220 0.25 0.28 0 0.14 247.74 0.47 0.74
Hex A6 9E DC 19 1C 0 E F8 2F 4A
Octal 246 236 334 31 34 0 16 370 57 112
Binary 10100110 10011110 11011100 11001 11100 0 1110 11111000 101111 1001010

Color Harmonies of #A69EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EDC

Black with #A69EDC

Text Example


Text Example

White with #A69EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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