Html Css Color HEX #AA9FCD Biloba Flower

📋 copy color: '#AA9FCD'

red 170 ◦ green 159 ◦ blue 205

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

Shades of Biloba Flower #AA9FCD

Tints of Biloba Flower #AA9FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 31.84%
G = 29.78%
B = 38.39%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA9FCD (or 0xAA9FCD) is known color: Biloba Flower. HEX triplet: AA, 9F and CD. RGB value is (170,159,205). Sum of RGB (Red+Green+Blue) = 170+159+205=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FCD is #556032. Grayscale: #A7A7A7. Windows color (decimal): -5595187 or 13475754. OLE color: 13475754.

HSL color Cylindrical-coordinate representation of color #AA9FCD: hue angle of 254.35º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9FCD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 159 205 -
CMYK 0.17 0.22 0 0.20
HSL 254.35º 0.32% 0.71% -
HSV(B) 254.35º 0.22% 0.8% -
XYZ 40 37.75 62.94 -
YUV 167.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 170 159 205 0.17 0.22 0 0.20 254.35 0.32 0.71
Hex AA 9F CD 11 16 0 14 FE 20 47
Octal 252 237 315 21 26 0 24 376 40 107
Binary 10101010 10011111 11001101 10001 10110 0 10100 11111110 100000 1000111

Color Harmonies of #AA9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FCD

Black with #AA9FCD

Text Example


Text Example

White with #AA9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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