Html Css Color HEX #AC93E5 Biloba Flower

📋 copy color: '#AC93E5'

red 172 ◦ green 147 ◦ blue 229

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

Shades of Biloba Flower #AC93E5

Tints of Biloba Flower #AC93E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 31.39%
G = 26.82%
B = 41.79%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC93E5 (or 0xAC93E5) is known color: Biloba Flower. HEX triplet: AC, 93 and E5. RGB value is (172,147,229). Sum of RGB (Red+Green+Blue) = 172+147+229=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC93E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93E5 is #536C1A. Grayscale: #A3A3A3. Windows color (decimal): -5467163 or 15045548. OLE color: 15045548.

HSL color Cylindrical-coordinate representation of color #AC93E5: hue angle of 258.29º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC93E5 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 147 229 -
CMYK 0.25 0.36 0 0.10
HSL 258.29º 0.61% 0.74% -
HSV(B) 258.29º 0.36% 0.9% -
XYZ 41.59 35.3 78.75 -
YUV 163.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 172 147 229 0.25 0.36 0 0.10 258.29 0.61 0.74
Hex AC 93 E5 19 24 0 A 102 3D 4A
Octal 254 223 345 31 44 0 12 402 75 112
Binary 10101100 10010011 11100101 11001 100100 0 1010 100000010 111101 1001010

Color Harmonies of #AC93E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93E5

Black with #AC93E5

Text Example


Text Example

White with #AC93E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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