Html Css Color HEX #AC93DD Biloba Flower

📋 copy color: '#AC93DD'

red 172 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #AC93DD

Tints of Biloba Flower #AC93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 31.85%
G = 27.22%
B = 40.93%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC93DD (or 0xAC93DD) is known color: Biloba Flower. HEX triplet: AC, 93 and DD. RGB value is (172,147,221). Sum of RGB (Red+Green+Blue) = 172+147+221=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93DD is #536C22. Grayscale: #A2A2A2. Windows color (decimal): -5467171 or 14521260. OLE color: 14521260.

HSL color Cylindrical-coordinate representation of color #AC93DD: hue angle of 260.27º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC93DD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 147 221 -
CMYK 0.22 0.33 0 0.13
HSL 260.27º 0.52% 0.72% -
HSV(B) 260.27º 0.33% 0.87% -
XYZ 40.5 34.86 73 -
YUV 162.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 172 147 221 0.22 0.33 0 0.13 260.27 0.52 0.72
Hex AC 93 DD 16 21 0 D 104 34 48
Octal 254 223 335 26 41 0 15 404 64 110
Binary 10101100 10010011 11011101 10110 100001 0 1101 100000100 110100 1001000

Color Harmonies of #AC93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93DD

Black with #AC93DD

Text Example


Text Example

White with #AC93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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