Html Css Color HEX #AC9BDB Biloba Flower

📋 copy color: '#AC9BDB'

red 172 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #AC9BDB

Tints of Biloba Flower #AC9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.39%

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

R = 31.5%
G = 28.39%
B = 40.11%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC9BDB (or 0xAC9BDB) is known color: Biloba Flower. HEX triplet: AC, 9B and DB. RGB value is (172,155,219). Sum of RGB (Red+Green+Blue) = 172+155+219=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BDB is #536424. Grayscale: #A7A7A7. Windows color (decimal): -5465125 or 14392236. OLE color: 14392236.

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

Color convert

RGB 172 155 219 -
CMYK 0.21 0.29 0 0.14
HSL 255.94º 0.47% 0.73% -
HSV(B) 255.94º 0.29% 0.86% -
XYZ 41.52 37.33 72.03 -
YUV 167.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 172 155 219 0.21 0.29 0 0.14 255.94 0.47 0.73
Hex AC 9B DB 15 1D 0 E 100 2F 49
Octal 254 233 333 25 35 0 16 400 57 111
Binary 10101100 10011011 11011011 10101 11101 0 1110 100000000 101111 1001001

Color Harmonies of #AC9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BDB

Black with #AC9BDB

Text Example


Text Example

White with #AC9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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