Html Css Color HEX #AA98D0 Biloba Flower

📋 copy color: '#AA98D0'

red 170 ◦ green 152 ◦ blue 208

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

Shades of Biloba Flower #AA98D0

Tints of Biloba Flower #AA98D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 32.08%
G = 28.68%
B = 39.25%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA98D0 (or 0xAA98D0) is known color: Biloba Flower. HEX triplet: AA, 98 and D0. RGB value is (170,152,208). Sum of RGB (Red+Green+Blue) = 170+152+208=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA98D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98D0 is #55672F. Grayscale: #A3A3A3. Windows color (decimal): -5596976 or 13670570. OLE color: 13670570.

HSL color Cylindrical-coordinate representation of color #AA98D0: hue angle of 259.29º degrees, saturation: 0.37, 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 #AA98D0 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 152 208 -
CMYK 0.18 0.27 0 0.18
HSL 259.29º 0.37% 0.71% -
HSV(B) 259.29º 0.27% 0.82% -
XYZ 39.19 35.56 64.47 -
YUV 163.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 170 152 208 0.18 0.27 0 0.18 259.29 0.37 0.71
Hex AA 98 D0 12 1B 0 12 103 25 47
Octal 252 230 320 22 33 0 22 403 45 107
Binary 10101010 10011000 11010000 10010 11011 0 10010 100000011 100101 1000111

Color Harmonies of #AA98D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98D0

Black with #AA98D0

Text Example


Text Example

White with #AA98D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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