Html Css Color HEX #AC93EA Biloba Flower

📋 copy color: '#AC93EA'

red 172 ◦ green 147 ◦ blue 234

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

Shades of Biloba Flower #AC93EA

Tints of Biloba Flower #AC93EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 31.1%
G = 26.58%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC93EA (or 0xAC93EA) is known color: Biloba Flower. HEX triplet: AC, 93 and EA. RGB value is (172,147,234). Sum of RGB (Red+Green+Blue) = 172+147+234=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC93EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93EA is #536C15. Grayscale: #A4A4A4. Windows color (decimal): -5467158 or 15373228. OLE color: 15373228.

HSL color Cylindrical-coordinate representation of color #AC93EA: hue angle of 257.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC93EA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 147 234 -
CMYK 0.26 0.37 0 0.08
HSL 257.24º 0.67% 0.75% -
HSV(B) 257.24º 0.37% 0.92% -
XYZ 42.3 35.58 82.48 -
YUV 164.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 172 147 234 0.26 0.37 0 0.08 257.24 0.67 0.75
Hex AC 93 EA 1A 25 0 8 101 43 4B
Octal 254 223 352 32 45 0 10 401 103 113
Binary 10101100 10010011 11101010 11010 100101 0 1000 100000001 1000011 1001011

Color Harmonies of #AC93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93EA

Black with #AC93EA

Text Example


Text Example

White with #AC93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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