Html Css Color HEX #AA98DD Biloba Flower

📋 copy color: '#AA98DD'

red 170 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #AA98DD

Tints of Biloba Flower #AA98DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 31.31%
G = 27.99%
B = 40.7%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA98DD (or 0xAA98DD) is known color: Biloba Flower. HEX triplet: AA, 98 and DD. RGB value is (170,152,221). Sum of RGB (Red+Green+Blue) = 170+152+221=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA98DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98DD is #556722. Grayscale: #A4A4A4. Windows color (decimal): -5596963 or 14522538. OLE color: 14522538.

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

Color convert

RGB 170 152 221 -
CMYK 0.23 0.31 0 0.13
HSL 255.65º 0.5% 0.73% -
HSV(B) 255.65º 0.31% 0.87% -
XYZ 40.86 36.22 73.24 -
YUV 165.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 170 152 221 0.23 0.31 0 0.13 255.65 0.5 0.73
Hex AA 98 DD 17 1F 0 D 100 32 49
Octal 252 230 335 27 37 0 15 400 62 111
Binary 10101010 10011000 11011101 10111 11111 0 1101 100000000 110010 1001001

Color Harmonies of #AA98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98DD

Black with #AA98DD

Text Example


Text Example

White with #AA98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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