Html Css Color HEX #AC9FDB Biloba Flower

📋 copy color: '#AC9FDB'

red 172 ◦ green 159 ◦ blue 219

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

Shades of Biloba Flower #AC9FDB

Tints of Biloba Flower #AC9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.91%

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

R = 31.27%
G = 28.91%
B = 39.82%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC9FDB (or 0xAC9FDB) is known color: Biloba Flower. HEX triplet: AC, 9F and DB. RGB value is (172,159,219). Sum of RGB (Red+Green+Blue) = 172+159+219=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FDB is #536024. Grayscale: #A9A9A9. Windows color (decimal): -5464101 or 14393260. OLE color: 14393260.

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

Color convert

RGB 172 159 219 -
CMYK 0.21 0.27 0 0.14
HSL 253º 0.45% 0.74% -
HSV(B) 253º 0.27% 0.86% -
XYZ 42.2 38.68 72.26 -
YUV 169.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 172 159 219 0.21 0.27 0 0.14 253 0.45 0.74
Hex AC 9F DB 15 1B 0 E FD 2D 4A
Octal 254 237 333 25 33 0 16 375 55 112
Binary 10101100 10011111 11011011 10101 11011 0 1110 11111101 101101 1001010

Color Harmonies of #AC9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FDB

Black with #AC9FDB

Text Example


Text Example

White with #AC9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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