Html Css Color HEX #A69EEE Wistful

📋 copy color: '#A69EEE'

red 166 ◦ green 158 ◦ blue 238

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

Shades of Wistful #A69EEE

Tints of Wistful #A69EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 29.54%
G = 28.11%
B = 42.35%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A69EEE (or 0xA69EEE) is known color: Wistful. HEX triplet: A6, 9E and EE. RGB value is (166,158,238). Sum of RGB (Red+Green+Blue) = 166+158+238=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #A69EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69EEE is #596111. Grayscale: #A9A9A9. Windows color (decimal): -5857554 or 15638182. OLE color: 15638182.

HSL color Cylindrical-coordinate representation of color #A69EEE: hue angle of 246º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A69EEE is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 158 238 -
CMYK 0.30 0.34 0 0.07
HSL 246º 0.7% 0.78% -
HSV(B) 246º 0.34% 0.93% -
XYZ 43.39 38.73 86.08 -
YUV 169.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 166 158 238 0.30 0.34 0 0.07 246 0.7 0.78
Hex A6 9E EE 1E 22 0 7 F6 46 4E
Octal 246 236 356 36 42 0 7 366 106 116
Binary 10100110 10011110 11101110 11110 100010 0 111 11110110 1000110 1001110

Color Harmonies of #A69EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EEE

Black with #A69EEE

Text Example


Text Example

White with #A69EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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