Html Css Color HEX #AC93E8 Biloba Flower

📋 copy color: '#AC93E8'

red 172 ◦ green 147 ◦ blue 232

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

Shades of Biloba Flower #AC93E8

Tints of Biloba Flower #AC93E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.11%

R = 31.22%
G = 26.68%
B = 42.11%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC93E8 (or 0xAC93E8) is known color: Biloba Flower. HEX triplet: AC, 93 and E8. RGB value is (172,147,232). Sum of RGB (Red+Green+Blue) = 172+147+232=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC93E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93E8 is #536C17. Grayscale: #A3A3A3. Windows color (decimal): -5467160 or 15242156. OLE color: 15242156.

HSL color Cylindrical-coordinate representation of color #AC93E8: hue angle of 257.65º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC93E8 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 147 232 -
CMYK 0.26 0.37 0 0.09
HSL 257.65º 0.65% 0.74% -
HSV(B) 257.65º 0.37% 0.91% -
XYZ 42.01 35.46 80.97 -
YUV 164.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 172 147 232 0.26 0.37 0 0.09 257.65 0.65 0.74
Hex AC 93 E8 1A 25 0 9 102 41 4A
Octal 254 223 350 32 45 0 11 402 101 112
Binary 10101100 10010011 11101000 11010 100101 0 1001 100000010 1000001 1001010

Color Harmonies of #AC93E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93E8

Black with #AC93E8

Text Example


Text Example

White with #AC93E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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