Html Css Color HEX #AC93FF Biloba Flower

📋 copy color: '#AC93FF'

red 172 ◦ green 147 ◦ blue 255

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

Shades of Biloba Flower #AC93FF

Tints of Biloba Flower #AC93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.43%

R = 29.97%
G = 25.61%
B = 44.43%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC93FF (or 0xAC93FF) is known color: Biloba Flower. HEX triplet: AC, 93 and FF. RGB value is (172,147,255). Sum of RGB (Red+Green+Blue) = 172+147+255=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93FF is #536C00. Grayscale: #A6A6A6. Windows color (decimal): -5467137 or 16749484. OLE color: 16749484.

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

Color convert

RGB 172 147 255 -
CMYK 0.33 0.42 0 0
HSL 253.89º 1% 0.79% -
HSV(B) 253.89º 0.42% 1% -
XYZ 45.5 36.86 99.32 -
YUV 166.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 172 147 255 0.33 0.42 0 0 253.89 1 0.79
Hex AC 93 FF 21 2A 0 0 FE 64 4F
Octal 254 223 377 41 52 0 0 376 144 117
Binary 10101100 10010011 11111111 100001 101010 0 0 11111110 1100100 1001111

Color Harmonies of #AC93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93FF

Black with #AC93FF

Text Example


Text Example

White with #AC93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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