Html Css Color HEX #AA9FEF Wistful

📋 copy color: '#AA9FEF'

red 170 ◦ green 159 ◦ blue 239

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

Shades of Wistful #AA9FEF

Tints of Wistful #AA9FEF

RGB

 RED value IS 170 (66.8% from 255) = 29.93%

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 29.93%
G = 27.99%
B = 42.08%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA9FEF (or 0xAA9FEF) is known color: Wistful. HEX triplet: AA, 9F and EF. RGB value is (170,159,239). Sum of RGB (Red+Green+Blue) = 170+159+239=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA9FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FEF is #556010. Grayscale: #ABABAB. Windows color (decimal): -5595153 or 15703978. OLE color: 15703978.

HSL color Cylindrical-coordinate representation of color #AA9FEF: hue angle of 248.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9FEF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 159 239 -
CMYK 0.29 0.33 0 0.06
HSL 248.25º 0.71% 0.78% -
HSV(B) 248.25º 0.33% 0.94% -
XYZ 44.56 39.57 86.95 -
YUV 171.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 170 159 239 0.29 0.33 0 0.06 248.25 0.71 0.78
Hex AA 9F EF 1D 21 0 6 F8 47 4E
Octal 252 237 357 35 41 0 6 370 107 116
Binary 10101010 10011111 11101111 11101 100001 0 110 11111000 1000111 1001110

Color Harmonies of #AA9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FEF

Black with #AA9FEF

Text Example


Text Example

White with #AA9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FEF; }

 p { color: rgb(170,159,239); }

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

background-color css

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

 a { background-color: rgb(170,159,239); }

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

border-color css

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

 span { border-color: rgb(170,159,239); }

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