Html Css Color HEX #AA98CA Biloba Flower

📋 copy color: '#AA98CA'

red 170 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #AA98CA

Tints of Biloba Flower #AA98CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 32.44%
G = 29.01%
B = 38.55%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA98CA (or 0xAA98CA) is known color: Biloba Flower. HEX triplet: AA, 98 and CA. RGB value is (170,152,202). Sum of RGB (Red+Green+Blue) = 170+152+202=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98CA is #556735. Grayscale: #A2A2A2. Windows color (decimal): -5596982 or 13277354. OLE color: 13277354.

HSL color Cylindrical-coordinate representation of color #AA98CA: hue angle of 261.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA98CA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 152 202 -
CMYK 0.16 0.25 0 0.21
HSL 261.6º 0.32% 0.69% -
HSV(B) 261.6º 0.25% 0.79% -
XYZ 38.47 35.27 60.66 -
YUV 163.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 170 152 202 0.16 0.25 0 0.21 261.6 0.32 0.69
Hex AA 98 CA 10 19 0 15 106 20 45
Octal 252 230 312 20 31 0 25 406 40 105
Binary 10101010 10011000 11001010 10000 11001 0 10101 100000110 100000 1000101

Color Harmonies of #AA98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98CA

Black with #AA98CA

Text Example


Text Example

White with #AA98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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