Html Css Color HEX #AA98CF Biloba Flower

📋 copy color: '#AA98CF'

red 170 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #AA98CF

Tints of Biloba Flower #AA98CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 32.14%
G = 28.73%
B = 39.13%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA98CF (or 0xAA98CF) is known color: Biloba Flower. HEX triplet: AA, 98 and CF. RGB value is (170,152,207). Sum of RGB (Red+Green+Blue) = 170+152+207=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98CF is #556730. Grayscale: #A3A3A3. Windows color (decimal): -5596977 or 13605034. OLE color: 13605034.

HSL color Cylindrical-coordinate representation of color #AA98CF: hue angle of 259.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA98CF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 152 207 -
CMYK 0.18 0.27 0 0.19
HSL 259.64º 0.36% 0.7% -
HSV(B) 259.64º 0.27% 0.81% -
XYZ 39.07 35.51 63.83 -
YUV 163.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 170 152 207 0.18 0.27 0 0.19 259.64 0.36 0.7
Hex AA 98 CF 12 1B 0 13 104 24 46
Octal 252 230 317 22 33 0 23 404 44 106
Binary 10101010 10011000 11001111 10010 11011 0 10011 100000100 100100 1000110

Color Harmonies of #AA98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98CF

Black with #AA98CF

Text Example


Text Example

White with #AA98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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