Html Css Color HEX #AA8ACD Biloba Flower

📋 copy color: '#AA8ACD'

red 170 ◦ green 138 ◦ blue 205

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

Shades of Biloba Flower #AA8ACD

Tints of Biloba Flower #AA8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

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

R = 33.14%
G = 26.9%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA8ACD (or 0xAA8ACD) is known color: Biloba Flower. HEX triplet: AA, 8A and CD. RGB value is (170,138,205). Sum of RGB (Red+Green+Blue) = 170+138+205=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ACD is #557532. Grayscale: #9A9A9A. Windows color (decimal): -5600563 or 13470378. OLE color: 13470378.

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

Color convert

RGB 170 138 205 -
CMYK 0.17 0.33 0 0.20
HSL 268.66º 0.4% 0.67% -
HSV(B) 268.66º 0.33% 0.8% -
XYZ 36.69 31.13 61.83 -
YUV 155.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 170 138 205 0.17 0.33 0 0.20 268.66 0.4 0.67
Hex AA 8A CD 11 21 0 14 10D 28 43
Octal 252 212 315 21 41 0 24 415 50 103
Binary 10101010 10001010 11001101 10001 100001 0 10100 100001101 101000 1000011

Color Harmonies of #AA8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ACD

Black with #AA8ACD

Text Example


Text Example

White with #AA8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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