Html Css Color HEX #AC93DF Biloba Flower

📋 copy color: '#AC93DF'

red 172 ◦ green 147 ◦ blue 223

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

Shades of Biloba Flower #AC93DF

Tints of Biloba Flower #AC93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 31.73%
G = 27.12%
B = 41.14%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC93DF (or 0xAC93DF) is known color: Biloba Flower. HEX triplet: AC, 93 and DF. RGB value is (172,147,223). Sum of RGB (Red+Green+Blue) = 172+147+223=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93DF is #536C20. Grayscale: #A2A2A2. Windows color (decimal): -5467169 or 14652332. OLE color: 14652332.

HSL color Cylindrical-coordinate representation of color #AC93DF: hue angle of 259.74º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC93DF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 147 223 -
CMYK 0.23 0.34 0 0.13
HSL 259.74º 0.54% 0.73% -
HSV(B) 259.74º 0.34% 0.87% -
XYZ 40.77 34.97 74.41 -
YUV 163.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 172 147 223 0.23 0.34 0 0.13 259.74 0.54 0.73
Hex AC 93 DF 17 22 0 D 104 36 49
Octal 254 223 337 27 42 0 15 404 66 111
Binary 10101100 10010011 11011111 10111 100010 0 1101 100000100 110110 1001001

Color Harmonies of #AC93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93DF

Black with #AC93DF

Text Example


Text Example

White with #AC93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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