Html Css Color HEX #AA98FF Biloba Flower

📋 copy color: '#AA98FF'

red 170 ◦ green 152 ◦ blue 255

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

Shades of Biloba Flower #AA98FF

Tints of Biloba Flower #AA98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 29.46%
G = 26.34%
B = 44.19%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA98FF (or 0xAA98FF) is known color: Biloba Flower. HEX triplet: AA, 98 and FF. RGB value is (170,152,255). Sum of RGB (Red+Green+Blue) = 170+152+255=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98FF is #556700. Grayscale: #A8A8A8. Windows color (decimal): -5596929 or 16750762. OLE color: 16750762.

HSL color Cylindrical-coordinate representation of color #AA98FF: hue angle of 250.49º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA98FF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 152 255 -
CMYK 0.33 0.40 0 0
HSL 250.49º 1% 0.8% -
HSV(B) 250.49º 0.4% 1% -
XYZ 45.86 38.22 99.57 -
YUV 169.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 170 152 255 0.33 0.40 0 0 250.49 1 0.8
Hex AA 98 FF 21 28 0 0 FA 64 50
Octal 252 230 377 41 50 0 0 372 144 120
Binary 10101010 10011000 11111111 100001 101000 0 0 11111010 1100100 1010000

Color Harmonies of #AA98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98FF

Black with #AA98FF

Text Example


Text Example

White with #AA98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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