Html Css Color HEX #AC92DC Biloba Flower

📋 copy color: '#AC92DC'

red 172 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #AC92DC

Tints of Biloba Flower #AC92DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.14%

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

R = 31.97%
G = 27.14%
B = 40.89%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC92DC (or 0xAC92DC) is known color: Biloba Flower. HEX triplet: AC, 92 and DC. RGB value is (172,146,220). Sum of RGB (Red+Green+Blue) = 172+146+220=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92DC is #536D23. Grayscale: #A1A1A1. Windows color (decimal): -5467428 or 14455468. OLE color: 14455468.

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

Color convert

RGB 172 146 220 -
CMYK 0.22 0.34 0 0.14
HSL 261.08º 0.51% 0.72% -
HSV(B) 261.08º 0.34% 0.86% -
XYZ 40.21 34.5 72.25 -
YUV 162.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 172 146 220 0.22 0.34 0 0.14 261.08 0.51 0.72
Hex AC 92 DC 16 22 0 E 105 33 48
Octal 254 222 334 26 42 0 16 405 63 110
Binary 10101100 10010010 11011100 10110 100010 0 1110 100000101 110011 1001000

Color Harmonies of #AC92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92DC

Black with #AC92DC

Text Example


Text Example

White with #AC92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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