Html Css Color HEX #AA98E5 Biloba Flower

📋 copy color: '#AA98E5'

red 170 ◦ green 152 ◦ blue 229

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

Shades of Biloba Flower #AA98E5

Tints of Biloba Flower #AA98E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 30.85%
G = 27.59%
B = 41.56%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA98E5 (or 0xAA98E5) is known color: Biloba Flower. HEX triplet: AA, 98 and E5. RGB value is (170,152,229). Sum of RGB (Red+Green+Blue) = 170+152+229=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA98E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98E5 is #55671A. Grayscale: #A5A5A5. Windows color (decimal): -5596955 or 15046826. OLE color: 15046826.

HSL color Cylindrical-coordinate representation of color #AA98E5: hue angle of 254.03º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA98E5 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 152 229 -
CMYK 0.26 0.34 0 0.10
HSL 254.03º 0.6% 0.75% -
HSV(B) 254.03º 0.34% 0.9% -
XYZ 41.95 36.66 78.99 -
YUV 166.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 170 152 229 0.26 0.34 0 0.10 254.03 0.6 0.75
Hex AA 98 E5 1A 22 0 A FE 3C 4B
Octal 252 230 345 32 42 0 12 376 74 113
Binary 10101010 10011000 11100101 11010 100010 0 1010 11111110 111100 1001011

Color Harmonies of #AA98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98E5

Black with #AA98E5

Text Example


Text Example

White with #AA98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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