Html Css Color HEX #AA98DE Biloba Flower

📋 copy color: '#AA98DE'

red 170 ◦ green 152 ◦ blue 222

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

Shades of Biloba Flower #AA98DE

Tints of Biloba Flower #AA98DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 31.25%
G = 27.94%
B = 40.81%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA98DE (or 0xAA98DE) is known color: Biloba Flower. HEX triplet: AA, 98 and DE. RGB value is (170,152,222). Sum of RGB (Red+Green+Blue) = 170+152+222=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA98DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98DE is #556721. Grayscale: #A5A5A5. Windows color (decimal): -5596962 or 14588074. OLE color: 14588074.

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

Color convert

RGB 170 152 222 -
CMYK 0.23 0.32 0 0.13
HSL 255.43º 0.51% 0.73% -
HSV(B) 255.43º 0.32% 0.87% -
XYZ 40.99 36.28 73.95 -
YUV 165.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 170 152 222 0.23 0.32 0 0.13 255.43 0.51 0.73
Hex AA 98 DE 17 20 0 D FF 33 49
Octal 252 230 336 27 40 0 15 377 63 111
Binary 10101010 10011000 11011110 10111 100000 0 1101 11111111 110011 1001001

Color Harmonies of #AA98DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98DE

Black with #AA98DE

Text Example


Text Example

White with #AA98DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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