Html Css Color HEX #AA96CF Biloba Flower

📋 copy color: '#AA96CF'

red 170 ◦ green 150 ◦ blue 207

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

Shades of Biloba Flower #AA96CF

Tints of Biloba Flower #AA96CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 32.26%
G = 28.46%
B = 39.28%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA96CF (or 0xAA96CF) is known color: Biloba Flower. HEX triplet: AA, 96 and CF. RGB value is (170,150,207). Sum of RGB (Red+Green+Blue) = 170+150+207=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA96CF is #556930. Grayscale: #A2A2A2. Windows color (decimal): -5597489 or 13604522. OLE color: 13604522.

HSL color Cylindrical-coordinate representation of color #AA96CF: hue angle of 261.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA96CF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 150 207 -
CMYK 0.18 0.28 0 0.19
HSL 261.05º 0.37% 0.7% -
HSV(B) 261.05º 0.28% 0.81% -
XYZ 38.75 34.86 63.72 -
YUV 162.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 170 150 207 0.18 0.28 0 0.19 261.05 0.37 0.7
Hex AA 96 CF 12 1C 0 13 105 25 46
Octal 252 226 317 22 34 0 23 405 45 106
Binary 10101010 10010110 11001111 10010 11100 0 10011 100000101 100101 1000110

Color Harmonies of #AA96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96CF

Black with #AA96CF

Text Example


Text Example

White with #AA96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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