Html Css Color HEX #AA8CD0 Biloba Flower

📋 copy color: '#AA8CD0'

red 170 ◦ green 140 ◦ blue 208

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

Shades of Biloba Flower #AA8CD0

Tints of Biloba Flower #AA8CD0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.03%

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 32.82%
G = 27.03%
B = 40.15%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA8CD0 (or 0xAA8CD0) is known color: Biloba Flower. HEX triplet: AA, 8C and D0. RGB value is (170,140,208). Sum of RGB (Red+Green+Blue) = 170+140+208=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA8CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CD0 is #55732F. Grayscale: #9C9C9C. Windows color (decimal): -5600048 or 13667498. OLE color: 13667498.

HSL color Cylindrical-coordinate representation of color #AA8CD0: hue angle of 266.47º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA8CD0 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 140 208 -
CMYK 0.18 0.33 0 0.18
HSL 266.47º 0.42% 0.68% -
HSV(B) 266.47º 0.33% 0.82% -
XYZ 37.34 31.86 63.86 -
YUV 156.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 170 140 208 0.18 0.33 0 0.18 266.47 0.42 0.68
Hex AA 8C D0 12 21 0 12 10A 2A 44
Octal 252 214 320 22 41 0 22 412 52 104
Binary 10101010 10001100 11010000 10010 100001 0 10010 100001010 101010 1000100

Color Harmonies of #AA8CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CD0

Black with #AA8CD0

Text Example


Text Example

White with #AA8CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CD0; }

 p { color: rgb(170,140,208); }

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

background-color css

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

 a { background-color: rgb(170,140,208); }

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

border-color css

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

 span { border-color: rgb(170,140,208); }

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