Html Css Color HEX #AC8DDB Biloba Flower

📋 copy color: '#AC8DDB'

red 172 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #AC8DDB

Tints of Biloba Flower #AC8DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 32.33%
G = 26.5%
B = 41.17%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC8DDB (or 0xAC8DDB) is known color: Biloba Flower. HEX triplet: AC, 8D and DB. RGB value is (172,141,219). Sum of RGB (Red+Green+Blue) = 172+141+219=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DDB is #537224. Grayscale: #9E9E9E. Windows color (decimal): -5468709 or 14388652. OLE color: 14388652.

HSL color Cylindrical-coordinate representation of color #AC8DDB: hue angle of 263.85º degrees, saturation: 0.52, 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 #AC8DDB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 141 219 -
CMYK 0.21 0.36 0 0.14
HSL 263.85º 0.52% 0.71% -
HSV(B) 263.85º 0.36% 0.86% -
XYZ 39.32 32.93 71.3 -
YUV 159.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 172 141 219 0.21 0.36 0 0.14 263.85 0.52 0.71
Hex AC 8D DB 15 24 0 E 108 34 47
Octal 254 215 333 25 44 0 16 410 64 107
Binary 10101100 10001101 11011011 10101 100100 0 1110 100001000 110100 1000111

Color Harmonies of #AC8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DDB

Black with #AC8DDB

Text Example


Text Example

White with #AC8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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