Html Css Color HEX #AC9BDC Biloba Flower

📋 copy color: '#AC9BDC'

red 172 ◦ green 155 ◦ blue 220

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

Shades of Biloba Flower #AC9BDC

Tints of Biloba Flower #AC9BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 31.44%
G = 28.34%
B = 40.22%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC9BDC (or 0xAC9BDC) is known color: Biloba Flower. HEX triplet: AC, 9B and DC. RGB value is (172,155,220). Sum of RGB (Red+Green+Blue) = 172+155+220=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BDC is #536423. Grayscale: #A7A7A7. Windows color (decimal): -5465124 or 14457772. OLE color: 14457772.

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

Color convert

RGB 172 155 220 -
CMYK 0.22 0.30 0 0.14
HSL 255.69º 0.48% 0.74% -
HSV(B) 255.69º 0.3% 0.86% -
XYZ 41.65 37.38 72.73 -
YUV 167.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 172 155 220 0.22 0.30 0 0.14 255.69 0.48 0.74
Hex AC 9B DC 16 1E 0 E 100 30 4A
Octal 254 233 334 26 36 0 16 400 60 112
Binary 10101100 10011011 11011100 10110 11110 0 1110 100000000 110000 1001010

Color Harmonies of #AC9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BDC

Black with #AC9BDC

Text Example


Text Example

White with #AC9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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