Html Css Color HEX #AC8FDB Biloba Flower

📋 copy color: '#AC8FDB'

red 172 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #AC8FDB

Tints of Biloba Flower #AC8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.78%

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

R = 32.21%
G = 26.78%
B = 41.01%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC8FDB (or 0xAC8FDB) is known color: Biloba Flower. HEX triplet: AC, 8F and DB. RGB value is (172,143,219). Sum of RGB (Red+Green+Blue) = 172+143+219=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FDB is #537024. Grayscale: #A0A0A0. Windows color (decimal): -5468197 or 14389164. OLE color: 14389164.

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

Color convert

RGB 172 143 219 -
CMYK 0.21 0.35 0 0.14
HSL 262.89º 0.51% 0.71% -
HSV(B) 262.89º 0.35% 0.86% -
XYZ 39.62 33.53 71.4 -
YUV 160.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 172 143 219 0.21 0.35 0 0.14 262.89 0.51 0.71
Hex AC 8F DB 15 23 0 E 107 33 47
Octal 254 217 333 25 43 0 16 407 63 107
Binary 10101100 10001111 11011011 10101 100011 0 1110 100000111 110011 1000111

Color Harmonies of #AC8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FDB

Black with #AC8FDB

Text Example


Text Example

White with #AC8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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