Html Css Color HEX #AA98C4 Biloba Flower

📋 copy color: '#AA98C4'

red 170 ◦ green 152 ◦ blue 196

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

Shades of Biloba Flower #AA98C4

Tints of Biloba Flower #AA98C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 32.82%
G = 29.34%
B = 37.84%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA98C4 (or 0xAA98C4) is known color: Biloba Flower. HEX triplet: AA, 98 and C4. RGB value is (170,152,196). Sum of RGB (Red+Green+Blue) = 170+152+196=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA98C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98C4 is #55673B. Grayscale: #A2A2A2. Windows color (decimal): -5596988 or 12884138. OLE color: 12884138.

HSL color Cylindrical-coordinate representation of color #AA98C4: hue angle of 264.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA98C4 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 152 196 -
CMYK 0.13 0.22 0 0.23
HSL 264.55º 0.27% 0.68% -
HSV(B) 264.55º 0.22% 0.77% -
XYZ 37.77 34.99 56.99 -
YUV 162.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 170 152 196 0.13 0.22 0 0.23 264.55 0.27 0.68
Hex AA 98 C4 D 16 0 17 109 1B 44
Octal 252 230 304 15 26 0 27 411 33 104
Binary 10101010 10011000 11000100 1101 10110 0 10111 100001001 11011 1000100

Color Harmonies of #AA98C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98C4

Black with #AA98C4

Text Example


Text Example

White with #AA98C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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