Html Css Color HEX #AC9FDC Biloba Flower

📋 copy color: '#AC9FDC'

red 172 ◦ green 159 ◦ blue 220

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

Shades of Biloba Flower #AC9FDC

Tints of Biloba Flower #AC9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.86%

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

R = 31.22%
G = 28.86%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC9FDC (or 0xAC9FDC) is known color: Biloba Flower. HEX triplet: AC, 9F and DC. RGB value is (172,159,220). Sum of RGB (Red+Green+Blue) = 172+159+220=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FDC is #536023. Grayscale: #A9A9A9. Windows color (decimal): -5464100 or 14458796. OLE color: 14458796.

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

Color convert

RGB 172 159 220 -
CMYK 0.22 0.28 0 0.14
HSL 252.79º 0.47% 0.74% -
HSV(B) 252.79º 0.28% 0.86% -
XYZ 42.33 38.73 72.96 -
YUV 169.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 172 159 220 0.22 0.28 0 0.14 252.79 0.47 0.74
Hex AC 9F DC 16 1C 0 E FD 2F 4A
Octal 254 237 334 26 34 0 16 375 57 112
Binary 10101100 10011111 11011100 10110 11100 0 1110 11111101 101111 1001010

Color Harmonies of #AC9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FDC

Black with #AC9FDC

Text Example


Text Example

White with #AC9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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