Html Css Color HEX #AC8DDC Biloba Flower

📋 copy color: '#AC8DDC'

red 172 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #AC8DDC

Tints of Biloba Flower #AC8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.45%

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

R = 32.27%
G = 26.45%
B = 41.28%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC8DDC (or 0xAC8DDC) is known color: Biloba Flower. HEX triplet: AC, 8D and DC. RGB value is (172,141,220). Sum of RGB (Red+Green+Blue) = 172+141+220=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DDC is #537223. Grayscale: #9E9E9E. Windows color (decimal): -5468708 or 14454188. OLE color: 14454188.

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

Color convert

RGB 172 141 220 -
CMYK 0.22 0.36 0 0.14
HSL 263.54º 0.53% 0.71% -
HSV(B) 263.54º 0.36% 0.86% -
XYZ 39.46 32.99 72 -
YUV 159.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 172 141 220 0.22 0.36 0 0.14 263.54 0.53 0.71
Hex AC 8D DC 16 24 0 E 108 35 47
Octal 254 215 334 26 44 0 16 410 65 107
Binary 10101100 10001101 11011100 10110 100100 0 1110 100001000 110101 1000111

Color Harmonies of #AC8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DDC

Black with #AC8DDC

Text Example


Text Example

White with #AC8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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