Html Css Color HEX #A69EC9 Wistful

📋 copy color: '#A69EC9'

red 166 ◦ green 158 ◦ blue 201

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

Shades of Wistful #A69EC9

Tints of Wistful #A69EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.29%

R = 31.62%
G = 30.1%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A69EC9 (or 0xA69EC9) is known color: Wistful. HEX triplet: A6, 9E and C9. RGB value is (166,158,201). Sum of RGB (Red+Green+Blue) = 166+158+201=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #A69EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EC9 is #596136. Grayscale: #A5A5A5. Windows color (decimal): -5857591 or 13213350. OLE color: 13213350.

HSL color Cylindrical-coordinate representation of color #A69EC9: hue angle of 251.16º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69EC9 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 158 201 -
CMYK 0.17 0.21 0 0.21
HSL 251.16º 0.28% 0.7% -
HSV(B) 251.16º 0.21% 0.79% -
XYZ 38.5 36.78 60.33 -
YUV 165.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 166 158 201 0.17 0.21 0 0.21 251.16 0.28 0.7
Hex A6 9E C9 11 15 0 15 FB 1C 46
Octal 246 236 311 21 25 0 25 373 34 106
Binary 10100110 10011110 11001001 10001 10101 0 10101 11111011 11100 1000110

Color Harmonies of #A69EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EC9

Black with #A69EC9

Text Example


Text Example

White with #A69EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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