Html Css Color HEX #AC93FE Biloba Flower

📋 copy color: '#AC93FE'

red 172 ◦ green 147 ◦ blue 254

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

Shades of Biloba Flower #AC93FE

Tints of Biloba Flower #AC93FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 30.02%
G = 25.65%
B = 44.33%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC93FE (or 0xAC93FE) is known color: Biloba Flower. HEX triplet: AC, 93 and FE. RGB value is (172,147,254). Sum of RGB (Red+Green+Blue) = 172+147+254=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93FE is #536C01. Grayscale: #A6A6A6. Windows color (decimal): -5467138 or 16683948. OLE color: 16683948.

HSL color Cylindrical-coordinate representation of color #AC93FE: hue angle of 254.02º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC93FE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 147 254 -
CMYK 0.32 0.42 0 0.00
HSL 254.02º 0.98% 0.79% -
HSV(B) 254.02º 0.42% 1% -
XYZ 45.34 36.79 98.48 -
YUV 166.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 172 147 254 0.32 0.42 0 0.00 254.02 0.98 0.79
Hex AC 93 FE 20 2A 0 0 FE 62 4F
Octal 254 223 376 40 52 0 0 376 142 117
Binary 10101100 10010011 11111110 100000 101010 0 0 11111110 1100010 1001111

Color Harmonies of #AC93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93FE

Black with #AC93FE

Text Example


Text Example

White with #AC93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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