Html Css Color HEX #AC94DF Biloba Flower

📋 copy color: '#AC94DF'

red 172 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #AC94DF

Tints of Biloba Flower #AC94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 31.68%
G = 27.26%
B = 41.07%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC94DF (or 0xAC94DF) is known color: Biloba Flower. HEX triplet: AC, 94 and DF. RGB value is (172,148,223). Sum of RGB (Red+Green+Blue) = 172+148+223=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94DF is #536B20. Grayscale: #A3A3A3. Windows color (decimal): -5466913 or 14652588. OLE color: 14652588.

HSL color Cylindrical-coordinate representation of color #AC94DF: hue angle of 259.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC94DF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 148 223 -
CMYK 0.23 0.34 0 0.13
HSL 259.2º 0.54% 0.73% -
HSV(B) 259.2º 0.34% 0.87% -
XYZ 40.92 35.28 74.46 -
YUV 163.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 172 148 223 0.23 0.34 0 0.13 259.2 0.54 0.73
Hex AC 94 DF 17 22 0 D 103 36 49
Octal 254 224 337 27 42 0 15 403 66 111
Binary 10101100 10010100 11011111 10111 100010 0 1101 100000011 110110 1001001

Color Harmonies of #AC94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94DF

Black with #AC94DF

Text Example


Text Example

White with #AC94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94DF; }

 p { color: rgb(172,148,223); }

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

background-color css

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

 a { background-color: rgb(172,148,223); }

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

border-color css

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

 span { border-color: rgb(172,148,223); }

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