Html Css Color HEX #AC94DC Biloba Flower

📋 copy color: '#AC94DC'

red 172 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #AC94DC

Tints of Biloba Flower #AC94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 31.85%
G = 27.41%
B = 40.74%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC94DC (or 0xAC94DC) is known color: Biloba Flower. HEX triplet: AC, 94 and DC. RGB value is (172,148,220). Sum of RGB (Red+Green+Blue) = 172+148+220=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC94DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94DC is #536B23. Grayscale: #A3A3A3. Windows color (decimal): -5466916 or 14455980. OLE color: 14455980.

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

Color convert

RGB 172 148 220 -
CMYK 0.22 0.33 0 0.14
HSL 260º 0.51% 0.72% -
HSV(B) 260º 0.33% 0.86% -
XYZ 40.52 35.12 72.35 -
YUV 163.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 172 148 220 0.22 0.33 0 0.14 260 0.51 0.72
Hex AC 94 DC 16 21 0 E 104 33 48
Octal 254 224 334 26 41 0 16 404 63 110
Binary 10101100 10010100 11011100 10110 100001 0 1110 100000100 110011 1001000

Color Harmonies of #AC94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94DC

Black with #AC94DC

Text Example


Text Example

White with #AC94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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