Html Css Color HEX #AC9CDC Biloba Flower

📋 copy color: '#AC9CDC'

red 172 ◦ green 156 ◦ blue 220

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

Shades of Biloba Flower #AC9CDC

Tints of Biloba Flower #AC9CDC

RGB

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

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

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

R = 31.39%
G = 28.47%
B = 40.15%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC9CDC (or 0xAC9CDC) is known color: Biloba Flower. HEX triplet: AC, 9C and DC. RGB value is (172,156,220). Sum of RGB (Red+Green+Blue) = 172+156+220=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDC is #536323. Grayscale: #A7A7A7. Windows color (decimal): -5464868 or 14458028. OLE color: 14458028.

HSL color Cylindrical-coordinate representation of color #AC9CDC: hue angle of 255º degrees, saturation: 0.48, 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 #AC9CDC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 156 220 -
CMYK 0.22 0.29 0 0.14
HSL 255º 0.48% 0.74% -
HSV(B) 255º 0.29% 0.86% -
XYZ 41.82 37.71 72.79 -
YUV 168.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 172 156 220 0.22 0.29 0 0.14 255 0.48 0.74
Hex AC 9C DC 16 1D 0 E FF 30 4A
Octal 254 234 334 26 35 0 16 377 60 112
Binary 10101100 10011100 11011100 10110 11101 0 1110 11111111 110000 1001010

Color Harmonies of #AC9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CDC

Black with #AC9CDC

Text Example


Text Example

White with #AC9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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