Html Css Color HEX #AC92DB Biloba Flower

📋 copy color: '#AC92DB'

red 172 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #AC92DB

Tints of Biloba Flower #AC92DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 32.03%
G = 27.19%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC92DB (or 0xAC92DB) is known color: Biloba Flower. HEX triplet: AC, 92 and DB. RGB value is (172,146,219). Sum of RGB (Red+Green+Blue) = 172+146+219=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92DB is #536D24. Grayscale: #A1A1A1. Windows color (decimal): -5467429 or 14389932. OLE color: 14389932.

HSL color Cylindrical-coordinate representation of color #AC92DB: hue angle of 261.37º degrees, saturation: 0.5, 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 #AC92DB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 146 219 -
CMYK 0.21 0.33 0 0.14
HSL 261.37º 0.5% 0.72% -
HSV(B) 261.37º 0.33% 0.86% -
XYZ 40.08 34.44 71.55 -
YUV 162.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 172 146 219 0.21 0.33 0 0.14 261.37 0.5 0.72
Hex AC 92 DB 15 21 0 E 105 32 48
Octal 254 222 333 25 41 0 16 405 62 110
Binary 10101100 10010010 11011011 10101 100001 0 1110 100000101 110010 1001000

Color Harmonies of #AC92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92DB

Black with #AC92DB

Text Example


Text Example

White with #AC92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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