Html Css Color HEX #AA8CCC Biloba Flower

📋 copy color: '#AA8CCC'

red 170 ◦ green 140 ◦ blue 204

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

Shades of Biloba Flower #AA8CCC

Tints of Biloba Flower #AA8CCC

RGB

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

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

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

R = 33.07%
G = 27.24%
B = 39.69%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA8CCC (or 0xAA8CCC) is known color: Biloba Flower. HEX triplet: AA, 8C and CC. RGB value is (170,140,204). Sum of RGB (Red+Green+Blue) = 170+140+204=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CCC is #557333. Grayscale: #9C9C9C. Windows color (decimal): -5600052 or 13405354. OLE color: 13405354.

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

Color convert

RGB 170 140 204 -
CMYK 0.17 0.31 0 0.2
HSL 268.13º 0.39% 0.67% -
HSV(B) 268.13º 0.31% 0.8% -
XYZ 36.85 31.66 61.3 -
YUV 156.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 170 140 204 0.17 0.31 0 0.2 268.13 0.39 0.67
Hex AA 8C CC 11 1F 0 14 10C 27 43
Octal 252 214 314 21 37 0 24 414 47 103
Binary 10101010 10001100 11001100 10001 11111 0 10100 100001100 100111 1000011

Color Harmonies of #AA8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8CCC

Black with #AA8CCC

Text Example


Text Example

White with #AA8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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