Html Css Color HEX #A69ECE Wistful

📋 copy color: '#A69ECE'

red 166 ◦ green 158 ◦ blue 206

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

Shades of Wistful #A69ECE

Tints of Wistful #A69ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 31.32%
G = 29.81%
B = 38.87%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A69ECE (or 0xA69ECE) is known color: Wistful. HEX triplet: A6, 9E and CE. RGB value is (166,158,206). Sum of RGB (Red+Green+Blue) = 166+158+206=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #A69ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ECE is #596131. Grayscale: #A5A5A5. Windows color (decimal): -5857586 or 13541030. OLE color: 13541030.

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

Color convert

RGB 166 158 206 -
CMYK 0.19 0.23 0 0.19
HSL 250º 0.33% 0.71% -
HSV(B) 250º 0.23% 0.81% -
XYZ 39.09 37.02 63.48 -
YUV 165.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 166 158 206 0.19 0.23 0 0.19 250 0.33 0.71
Hex A6 9E CE 13 17 0 13 FA 21 47
Octal 246 236 316 23 27 0 23 372 41 107
Binary 10100110 10011110 11001110 10011 10111 0 10011 11111010 100001 1000111

Color Harmonies of #A69ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ECE

Black with #A69ECE

Text Example


Text Example

White with #A69ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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