Html Css Color HEX #AA98C5 Biloba Flower

📋 copy color: '#AA98C5'

red 170 ◦ green 152 ◦ blue 197

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

Shades of Biloba Flower #AA98C5

Tints of Biloba Flower #AA98C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 32.76%
G = 29.29%
B = 37.96%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA98C5 (or 0xAA98C5) is known color: Biloba Flower. HEX triplet: AA, 98 and C5. RGB value is (170,152,197). Sum of RGB (Red+Green+Blue) = 170+152+197=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA98C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98C5 is #55673A. Grayscale: #A2A2A2. Windows color (decimal): -5596987 or 12949674. OLE color: 12949674.

HSL color Cylindrical-coordinate representation of color #AA98C5: hue angle of 264º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA98C5 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 152 197 -
CMYK 0.14 0.23 0 0.23
HSL 264º 0.28% 0.68% -
HSV(B) 264º 0.23% 0.77% -
XYZ 37.88 35.03 57.59 -
YUV 162.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 170 152 197 0.14 0.23 0 0.23 264 0.28 0.68
Hex AA 98 C5 E 17 0 17 108 1C 44
Octal 252 230 305 16 27 0 27 410 34 104
Binary 10101010 10011000 11000101 1110 10111 0 10111 100001000 11100 1000100

Color Harmonies of #AA98C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98C5

Black with #AA98C5

Text Example


Text Example

White with #AA98C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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