Html Css Color HEX #AA9FC8 Biloba Flower

📋 copy color: '#AA9FC8'

red 170 ◦ green 159 ◦ blue 200

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

Shades of Biloba Flower #AA9FC8

Tints of Biloba Flower #AA9FC8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.06%

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 32.14%
G = 30.06%
B = 37.81%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA9FC8 (or 0xAA9FC8) is known color: Biloba Flower. HEX triplet: AA, 9F and C8. RGB value is (170,159,200). Sum of RGB (Red+Green+Blue) = 170+159+200=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA9FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FC8 is #556037. Grayscale: #A6A6A6. Windows color (decimal): -5595192 or 13148074. OLE color: 13148074.

HSL color Cylindrical-coordinate representation of color #AA9FC8: hue angle of 256.1º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA9FC8 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 159 200 -
CMYK 0.15 0.20 0 0.22
HSL 256.1º 0.27% 0.7% -
HSV(B) 256.1º 0.21% 0.78% -
XYZ 39.4 37.51 59.81 -
YUV 166.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 170 159 200 0.15 0.20 0 0.22 256.1 0.27 0.7
Hex AA 9F C8 F 14 0 16 100 1B 46
Octal 252 237 310 17 24 0 26 400 33 106
Binary 10101010 10011111 11001000 1111 10100 0 10110 100000000 11011 1000110

Color Harmonies of #AA9FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FC8

Black with #AA9FC8

Text Example


Text Example

White with #AA9FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FC8; }

 p { color: rgb(170,159,200); }

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

background-color css

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

 a { background-color: rgb(170,159,200); }

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

border-color css

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

 span { border-color: rgb(170,159,200); }

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