Html Css Color HEX #AC94EC Biloba Flower

📋 copy color: '#AC94EC'

red 172 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #AC94EC

Tints of Biloba Flower #AC94EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 30.94%
G = 26.62%
B = 42.45%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC94EC (or 0xAC94EC) is known color: Biloba Flower. HEX triplet: AC, 94 and EC. RGB value is (172,148,236). Sum of RGB (Red+Green+Blue) = 172+148+236=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC94EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC94EC is #536B13. Grayscale: #A4A4A4. Windows color (decimal): -5466900 or 15504556. OLE color: 15504556.

HSL color Cylindrical-coordinate representation of color #AC94EC: hue angle of 256.36º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC94EC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 148 236 -
CMYK 0.27 0.37 0 0.07
HSL 256.36º 0.7% 0.75% -
HSV(B) 256.36º 0.37% 0.93% -
XYZ 42.74 36.01 84.05 -
YUV 165.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 172 148 236 0.27 0.37 0 0.07 256.36 0.7 0.75
Hex AC 94 EC 1B 25 0 7 100 46 4B
Octal 254 224 354 33 45 0 7 400 106 113
Binary 10101100 10010100 11101100 11011 100101 0 111 100000000 1000110 1001011

Color Harmonies of #AC94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94EC

Black with #AC94EC

Text Example


Text Example

White with #AC94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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