Html Css Color HEX #AA96FE Biloba Flower

📋 copy color: '#AA96FE'

red 170 ◦ green 150 ◦ blue 254

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

Shades of Biloba Flower #AA96FE

Tints of Biloba Flower #AA96FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.13%

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 29.62%
G = 26.13%
B = 44.25%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA96FE (or 0xAA96FE) is known color: Biloba Flower. HEX triplet: AA, 96 and FE. RGB value is (170,150,254). Sum of RGB (Red+Green+Blue) = 170+150+254=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA96FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA96FE is #556901. Grayscale: #A7A7A7. Windows color (decimal): -5597442 or 16684714. OLE color: 16684714.

HSL color Cylindrical-coordinate representation of color #AA96FE: hue angle of 251.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA96FE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 150 254 -
CMYK 0.33 0.41 0 0.00
HSL 251.54º 0.98% 0.79% -
HSV(B) 251.54º 0.41% 1% -
XYZ 45.37 37.51 98.62 -
YUV 167.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 170 150 254 0.33 0.41 0 0.00 251.54 0.98 0.79
Hex AA 96 FE 21 29 0 0 FC 62 4F
Octal 252 226 376 41 51 0 0 374 142 117
Binary 10101010 10010110 11111110 100001 101001 0 0 11111100 1100010 1001111

Color Harmonies of #AA96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96FE

Black with #AA96FE

Text Example


Text Example

White with #AA96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96FE; }

 p { color: rgb(170,150,254); }

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

background-color css

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

 a { background-color: rgb(170,150,254); }

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

border-color css

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

 span { border-color: rgb(170,150,254); }

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