Html Css Color HEX #AC9ADB Biloba Flower

📋 copy color: '#AC9ADB'

red 172 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #AC9ADB

Tints of Biloba Flower #AC9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.26%

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

R = 31.56%
G = 28.26%
B = 40.18%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC9ADB (or 0xAC9ADB) is known color: Biloba Flower. HEX triplet: AC, 9A and DB. RGB value is (172,154,219). Sum of RGB (Red+Green+Blue) = 172+154+219=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ADB is #536524. Grayscale: #A6A6A6. Windows color (decimal): -5465381 or 14391980. OLE color: 14391980.

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

Color convert

RGB 172 154 219 -
CMYK 0.21 0.30 0 0.14
HSL 256.62º 0.47% 0.73% -
HSV(B) 256.62º 0.3% 0.86% -
XYZ 41.36 37 71.98 -
YUV 166.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 172 154 219 0.21 0.30 0 0.14 256.62 0.47 0.73
Hex AC 9A DB 15 1E 0 E 101 2F 49
Octal 254 232 333 25 36 0 16 401 57 111
Binary 10101100 10011010 11011011 10101 11110 0 1110 100000001 101111 1001001

Color Harmonies of #AC9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ADB

Black with #AC9ADB

Text Example


Text Example

White with #AC9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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