Html Css Color HEX #AA8ACC Biloba Flower

📋 copy color: '#AA8ACC'

red 170 ◦ green 138 ◦ blue 204

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

Shades of Biloba Flower #AA8ACC

Tints of Biloba Flower #AA8ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 33.2%
G = 26.95%
B = 39.84%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA8ACC (or 0xAA8ACC) is known color: Biloba Flower. HEX triplet: AA, 8A and CC. RGB value is (170,138,204). Sum of RGB (Red+Green+Blue) = 170+138+204=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8ACC is #557533. Grayscale: #9A9A9A. Windows color (decimal): -5600564 or 13404842. OLE color: 13404842.

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

Color convert

RGB 170 138 204 -
CMYK 0.17 0.32 0 0.2
HSL 269.09º 0.39% 0.67% -
HSV(B) 269.09º 0.32% 0.8% -
XYZ 36.57 31.08 61.2 -
YUV 155.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 170 138 204 0.17 0.32 0 0.2 269.09 0.39 0.67
Hex AA 8A CC 11 20 0 14 10D 27 43
Octal 252 212 314 21 40 0 24 415 47 103
Binary 10101010 10001010 11001100 10001 100000 0 10100 100001101 100111 1000011

Color Harmonies of #AA8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8ACC

Black with #AA8ACC

Text Example


Text Example

White with #AA8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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