Html Css Color HEX #AA98C1 Biloba Flower

📋 copy color: '#AA98C1'

red 170 ◦ green 152 ◦ blue 193

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

Shades of Biloba Flower #AA98C1

Tints of Biloba Flower #AA98C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 33.01%
G = 29.51%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA98C1 (or 0xAA98C1) is known color: Biloba Flower. HEX triplet: AA, 98 and C1. RGB value is (170,152,193). Sum of RGB (Red+Green+Blue) = 170+152+193=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98C1 is #55673E. Grayscale: #A1A1A1. Windows color (decimal): -5596991 or 12687530. OLE color: 12687530.

HSL color Cylindrical-coordinate representation of color #AA98C1: hue angle of 266.34º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA98C1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 152 193 -
CMYK 0.12 0.21 0 0.24
HSL 266.34º 0.25% 0.68% -
HSV(B) 266.34º 0.21% 0.76% -
XYZ 37.43 34.85 55.21 -
YUV 162.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 170 152 193 0.12 0.21 0 0.24 266.34 0.25 0.68
Hex AA 98 C1 C 15 0 18 10A 19 44
Octal 252 230 301 14 25 0 30 412 31 104
Binary 10101010 10011000 11000001 1100 10101 0 11000 100001010 11001 1000100

Color Harmonies of #AA98C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98C1

Black with #AA98C1

Text Example


Text Example

White with #AA98C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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