Html Css Color HEX #AC9CDB Biloba Flower

📋 copy color: '#AC9CDB'

red 172 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #AC9CDB

Tints of Biloba Flower #AC9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

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

R = 31.44%
G = 28.52%
B = 40.04%

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

#AC9CDB (or 0xAC9CDB) is known color: Biloba Flower. HEX triplet: AC, 9C and DB. RGB value is (172,156,219). Sum of RGB (Red+Green+Blue) = 172+156+219=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDB is #536324. Grayscale: #A7A7A7. Windows color (decimal): -5464869 or 14392492. OLE color: 14392492.

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

Color convert

RGB 172 156 219 -
CMYK 0.21 0.29 0 0.14
HSL 255.24º 0.47% 0.74% -
HSV(B) 255.24º 0.29% 0.86% -
XYZ 41.69 37.66 72.09 -
YUV 167.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 172 156 219 0.21 0.29 0 0.14 255.24 0.47 0.74
Hex AC 9C DB 15 1D 0 E FF 2F 4A
Octal 254 234 333 25 35 0 16 377 57 112
Binary 10101100 10011100 11011011 10101 11101 0 1110 11111111 101111 1001010

Color Harmonies of #AC9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CDB

Black with #AC9CDB

Text Example


Text Example

White with #AC9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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