Html Css Color HEX #A69FE8 Wistful

📋 copy color: '#A69FE8'

red 166 ◦ green 159 ◦ blue 232

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

Shades of Wistful #A69FE8

Tints of Wistful #A69FE8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.55%

 BLUE value IS 232 (91.02% from 255) = 41.65%

R = 29.8%
G = 28.55%
B = 41.65%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A69FE8 (or 0xA69FE8) is known color: Wistful. HEX triplet: A6, 9F and E8. RGB value is (166,159,232). Sum of RGB (Red+Green+Blue) = 166+159+232=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #A69FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FE8 is #596017. Grayscale: #A9A9A9. Windows color (decimal): -5857304 or 15245222. OLE color: 15245222.

HSL color Cylindrical-coordinate representation of color #A69FE8: hue angle of 245.75º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69FE8 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 159 232 -
CMYK 0.28 0.31 0 0.09
HSL 245.75º 0.61% 0.77% -
HSV(B) 245.75º 0.31% 0.91% -
XYZ 42.69 38.73 81.57 -
YUV 169.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 166 159 232 0.28 0.31 0 0.09 245.75 0.61 0.77
Hex A6 9F E8 1C 1F 0 9 F6 3D 4D
Octal 246 237 350 34 37 0 11 366 75 115
Binary 10100110 10011111 11101000 11100 11111 0 1001 11110110 111101 1001101

Color Harmonies of #A69FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FE8

Black with #A69FE8

Text Example


Text Example

White with #A69FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FE8; }

 p { color: rgb(166,159,232); }

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

background-color css

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

 a { background-color: rgb(166,159,232); }

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

border-color css

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

 span { border-color: rgb(166,159,232); }

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