Html Css Color HEX #AC93D8 Biloba Flower

📋 copy color: '#AC93D8'

red 172 ◦ green 147 ◦ blue 216

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

Shades of Biloba Flower #AC93D8

Tints of Biloba Flower #AC93D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.37%

R = 32.15%
G = 27.48%
B = 40.37%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC93D8 (or 0xAC93D8) is known color: Biloba Flower. HEX triplet: AC, 93 and D8. RGB value is (172,147,216). Sum of RGB (Red+Green+Blue) = 172+147+216=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC93D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93D8 is #536C27. Grayscale: #A2A2A2. Windows color (decimal): -5467176 or 14193580. OLE color: 14193580.

HSL color Cylindrical-coordinate representation of color #AC93D8: hue angle of 261.74º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC93D8 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 147 216 -
CMYK 0.20 0.32 0 0.15
HSL 261.74º 0.47% 0.71% -
HSV(B) 261.74º 0.32% 0.85% -
XYZ 39.84 34.6 69.54 -
YUV 162.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 172 147 216 0.20 0.32 0 0.15 261.74 0.47 0.71
Hex AC 93 D8 14 20 0 F 106 2F 47
Octal 254 223 330 24 40 0 17 406 57 107
Binary 10101100 10010011 11011000 10100 100000 0 1111 100000110 101111 1000111

Color Harmonies of #AC93D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93D8

Black with #AC93D8

Text Example


Text Example

White with #AC93D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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