Html Css Color HEX #AA98D1 Biloba Flower

📋 copy color: '#AA98D1'

red 170 ◦ green 152 ◦ blue 209

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

Shades of Biloba Flower #AA98D1

Tints of Biloba Flower #AA98D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 32.02%
G = 28.63%
B = 39.36%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA98D1 (or 0xAA98D1) is known color: Biloba Flower. HEX triplet: AA, 98 and D1. RGB value is (170,152,209). Sum of RGB (Red+Green+Blue) = 170+152+209=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA98D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98D1 is #55672E. Grayscale: #A3A3A3. Windows color (decimal): -5596975 or 13736106. OLE color: 13736106.

HSL color Cylindrical-coordinate representation of color #AA98D1: hue angle of 258.95º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA98D1 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 152 209 -
CMYK 0.19 0.27 0 0.18
HSL 258.95º 0.38% 0.71% -
HSV(B) 258.95º 0.27% 0.82% -
XYZ 39.31 35.61 65.12 -
YUV 163.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 170 152 209 0.19 0.27 0 0.18 258.95 0.38 0.71
Hex AA 98 D1 13 1B 0 12 103 26 47
Octal 252 230 321 23 33 0 22 403 46 107
Binary 10101010 10011000 11010001 10011 11011 0 10010 100000011 100110 1000111

Color Harmonies of #AA98D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98D1

Black with #AA98D1

Text Example


Text Example

White with #AA98D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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