Html Css Color HEX #AC89DC Biloba Flower

📋 copy color: '#AC89DC'

red 172 ◦ green 137 ◦ blue 220

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

Shades of Biloba Flower #AC89DC

Tints of Biloba Flower #AC89DC

RGB

 RED value IS 172 (67.58% from 255) = 32.51%

 GREEN value IS 137 (53.91% from 255) = 25.9%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 32.51%
G = 25.9%
B = 41.59%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC89DC (or 0xAC89DC) is known color: Biloba Flower. HEX triplet: AC, 89 and DC. RGB value is (172,137,220). Sum of RGB (Red+Green+Blue) = 172+137+220=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89DC is #537623. Grayscale: #9C9C9C. Windows color (decimal): -5469732 or 14453164. OLE color: 14453164.

HSL color Cylindrical-coordinate representation of color #AC89DC: hue angle of 265.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC89DC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 137 220 -
CMYK 0.22 0.38 0 0.14
HSL 265.3º 0.54% 0.7% -
HSV(B) 265.3º 0.38% 0.86% -
XYZ 38.88 31.83 71.8 -
YUV 156.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 172 137 220 0.22 0.38 0 0.14 265.3 0.54 0.7
Hex AC 89 DC 16 26 0 E 109 36 46
Octal 254 211 334 26 46 0 16 411 66 106
Binary 10101100 10001001 11011100 10110 100110 0 1110 100001001 110110 1000110

Color Harmonies of #AC89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89DC

Black with #AC89DC

Text Example


Text Example

White with #AC89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89DC; }

 p { color: rgb(172,137,220); }

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

background-color css

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

 a { background-color: rgb(172,137,220); }

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

border-color css

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

 span { border-color: rgb(172,137,220); }

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