Html Css Color HEX #AC93EC Biloba Flower

📋 copy color: '#AC93EC'

red 172 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #AC93EC

Tints of Biloba Flower #AC93EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 30.99%
G = 26.49%
B = 42.52%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC93EC (or 0xAC93EC) is known color: Biloba Flower. HEX triplet: AC, 93 and EC. RGB value is (172,147,236). Sum of RGB (Red+Green+Blue) = 172+147+236=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93EC is #536C13. Grayscale: #A4A4A4. Windows color (decimal): -5467156 or 15504300. OLE color: 15504300.

HSL color Cylindrical-coordinate representation of color #AC93EC: hue angle of 256.85º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC93EC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 147 236 -
CMYK 0.27 0.38 0 0.07
HSL 256.85º 0.7% 0.75% -
HSV(B) 256.85º 0.38% 0.93% -
XYZ 42.59 35.69 84 -
YUV 164.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 172 147 236 0.27 0.38 0 0.07 256.85 0.7 0.75
Hex AC 93 EC 1B 26 0 7 101 46 4B
Octal 254 223 354 33 46 0 7 401 106 113
Binary 10101100 10010011 11101100 11011 100110 0 111 100000001 1000110 1001011

Color Harmonies of #AC93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93EC

Black with #AC93EC

Text Example


Text Example

White with #AC93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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