Html Css Color HEX #AC93F1 Biloba Flower

📋 copy color: '#AC93F1'

red 172 ◦ green 147 ◦ blue 241

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

Shades of Biloba Flower #AC93F1

Tints of Biloba Flower #AC93F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 30.71%
G = 26.25%
B = 43.04%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC93F1 (or 0xAC93F1) is known color: Biloba Flower. HEX triplet: AC, 93 and F1. RGB value is (172,147,241). Sum of RGB (Red+Green+Blue) = 172+147+241=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC93F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93F1 is #536C0E. Grayscale: #A4A4A4. Windows color (decimal): -5467151 or 15831980. OLE color: 15831980.

HSL color Cylindrical-coordinate representation of color #AC93F1: hue angle of 255.96º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC93F1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 147 241 -
CMYK 0.29 0.39 0 0.05
HSL 255.96º 0.77% 0.76% -
HSV(B) 255.96º 0.39% 0.95% -
XYZ 43.32 35.99 87.88 -
YUV 165.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 172 147 241 0.29 0.39 0 0.05 255.96 0.77 0.76
Hex AC 93 F1 1D 27 0 5 100 4D 4C
Octal 254 223 361 35 47 0 5 400 115 114
Binary 10101100 10010011 11110001 11101 100111 0 101 100000000 1001101 1001100

Color Harmonies of #AC93F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93F1

Black with #AC93F1

Text Example


Text Example

White with #AC93F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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