Html Css Color HEX #AC93DC Biloba Flower

📋 copy color: '#AC93DC'

red 172 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #AC93DC

Tints of Biloba Flower #AC93DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.27%

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

R = 31.91%
G = 27.27%
B = 40.82%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC93DC (or 0xAC93DC) is known color: Biloba Flower. HEX triplet: AC, 93 and DC. RGB value is (172,147,220). Sum of RGB (Red+Green+Blue) = 172+147+220=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC93DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93DC is #536C23. Grayscale: #A2A2A2. Windows color (decimal): -5467172 or 14455724. OLE color: 14455724.

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

Color convert

RGB 172 147 220 -
CMYK 0.22 0.33 0 0.14
HSL 260.55º 0.51% 0.72% -
HSV(B) 260.55º 0.33% 0.86% -
XYZ 40.37 34.81 72.3 -
YUV 162.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 172 147 220 0.22 0.33 0 0.14 260.55 0.51 0.72
Hex AC 93 DC 16 21 0 E 105 33 48
Octal 254 223 334 26 41 0 16 405 63 110
Binary 10101100 10010011 11011100 10110 100001 0 1110 100000101 110011 1001000

Color Harmonies of #AC93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93DC

Black with #AC93DC

Text Example


Text Example

White with #AC93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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