Html Css Color HEX #AA8FCD Biloba Flower

📋 copy color: '#AA8FCD'

red 170 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #AA8FCD

Tints of Biloba Flower #AA8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.61%

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

R = 32.82%
G = 27.61%
B = 39.58%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA8FCD (or 0xAA8FCD) is known color: Biloba Flower. HEX triplet: AA, 8F and CD. RGB value is (170,143,205). Sum of RGB (Red+Green+Blue) = 170+143+205=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FCD is #557032. Grayscale: #9D9D9D. Windows color (decimal): -5599283 or 13471658. OLE color: 13471658.

HSL color Cylindrical-coordinate representation of color #AA8FCD: hue angle of 266.13º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA8FCD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 143 205 -
CMYK 0.17 0.30 0 0.20
HSL 266.13º 0.38% 0.68% -
HSV(B) 266.13º 0.3% 0.8% -
XYZ 37.42 32.6 62.08 -
YUV 158.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 170 143 205 0.17 0.30 0 0.20 266.13 0.38 0.68
Hex AA 8F CD 11 1E 0 14 10A 26 44
Octal 252 217 315 21 36 0 24 412 46 104
Binary 10101010 10001111 11001101 10001 11110 0 10100 100001010 100110 1000100

Color Harmonies of #AA8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FCD

Black with #AA8FCD

Text Example


Text Example

White with #AA8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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