Html Css Color HEX #AA98F2 Biloba Flower

📋 copy color: '#AA98F2'

red 170 ◦ green 152 ◦ blue 242

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

Shades of Biloba Flower #AA98F2

Tints of Biloba Flower #AA98F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 30.14%
G = 26.95%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA98F2 (or 0xAA98F2) is known color: Biloba Flower. HEX triplet: AA, 98 and F2. RGB value is (170,152,242). Sum of RGB (Red+Green+Blue) = 170+152+242=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA98F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98F2 is #55670D. Grayscale: #A7A7A7. Windows color (decimal): -5596942 or 15898794. OLE color: 15898794.

HSL color Cylindrical-coordinate representation of color #AA98F2: hue angle of 252º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA98F2 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 152 242 -
CMYK 0.30 0.37 0 0.05
HSL 252º 0.78% 0.77% -
HSV(B) 252º 0.37% 0.95% -
XYZ 43.83 37.41 88.92 -
YUV 167.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 170 152 242 0.30 0.37 0 0.05 252 0.78 0.77
Hex AA 98 F2 1E 25 0 5 FC 4E 4D
Octal 252 230 362 36 45 0 5 374 116 115
Binary 10101010 10011000 11110010 11110 100101 0 101 11111100 1001110 1001101

Color Harmonies of #AA98F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98F2

Black with #AA98F2

Text Example


Text Example

White with #AA98F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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