Html Css Color HEX #AA98DC Biloba Flower

📋 copy color: '#AA98DC'

red 170 ◦ green 152 ◦ blue 220

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

Shades of Biloba Flower #AA98DC

Tints of Biloba Flower #AA98DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 31.37%
G = 28.04%
B = 40.59%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA98DC (or 0xAA98DC) is known color: Biloba Flower. HEX triplet: AA, 98 and DC. RGB value is (170,152,220). Sum of RGB (Red+Green+Blue) = 170+152+220=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98DC is #556723. Grayscale: #A4A4A4. Windows color (decimal): -5596964 or 14457002. OLE color: 14457002.

HSL color Cylindrical-coordinate representation of color #AA98DC: hue angle of 255.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA98DC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 152 220 -
CMYK 0.23 0.31 0 0.14
HSL 255.88º 0.49% 0.73% -
HSV(B) 255.88º 0.31% 0.86% -
XYZ 40.72 36.17 72.55 -
YUV 165.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 170 152 220 0.23 0.31 0 0.14 255.88 0.49 0.73
Hex AA 98 DC 17 1F 0 E 100 31 49
Octal 252 230 334 27 37 0 16 400 61 111
Binary 10101010 10011000 11011100 10111 11111 0 1110 100000000 110001 1001001

Color Harmonies of #AA98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98DC

Black with #AA98DC

Text Example


Text Example

White with #AA98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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