Html Css Color HEX #AA98CE Biloba Flower

📋 copy color: '#AA98CE'

red 170 ◦ green 152 ◦ blue 206

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

Shades of Biloba Flower #AA98CE

Tints of Biloba Flower #AA98CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.79%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 32.2%
G = 28.79%
B = 39.02%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA98CE (or 0xAA98CE) is known color: Biloba Flower. HEX triplet: AA, 98 and CE. RGB value is (170,152,206). Sum of RGB (Red+Green+Blue) = 170+152+206=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98CE is #556731. Grayscale: #A3A3A3. Windows color (decimal): -5596978 or 13539498. OLE color: 13539498.

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

Color convert

RGB 170 152 206 -
CMYK 0.17 0.26 0 0.19
HSL 260º 0.36% 0.7% -
HSV(B) 260º 0.26% 0.81% -
XYZ 38.95 35.46 63.18 -
YUV 163.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 170 152 206 0.17 0.26 0 0.19 260 0.36 0.7
Hex AA 98 CE 11 1A 0 13 104 24 46
Octal 252 230 316 21 32 0 23 404 44 106
Binary 10101010 10011000 11001110 10001 11010 0 10011 100000100 100100 1000110

Color Harmonies of #AA98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98CE

Black with #AA98CE

Text Example


Text Example

White with #AA98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98CE; }

 p { color: rgb(170,152,206); }

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

background-color css

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

 a { background-color: rgb(170,152,206); }

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

border-color css

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

 span { border-color: rgb(170,152,206); }

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