Html Css Color HEX #AD92DC Biloba Flower

📋 copy color: '#AD92DC'

red 173 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #AD92DC

Tints of Biloba Flower #AD92DC

RGB

 RED value IS 173 (67.97% from 255) = 32.1%

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

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

R = 32.1%
G = 27.09%
B = 40.82%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD92DC (or 0xAD92DC) is known color: Biloba Flower. HEX triplet: AD, 92 and DC. RGB value is (173,146,220). Sum of RGB (Red+Green+Blue) = 173+146+220=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92DC is #526D23. Grayscale: #A2A2A2. Windows color (decimal): -5401892 or 14455469. OLE color: 14455469.

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

Color convert

RGB 173 146 220 -
CMYK 0.21 0.34 0 0.14
HSL 261.89º 0.51% 0.72% -
HSV(B) 261.89º 0.34% 0.86% -
XYZ 40.43 34.61 72.26 -
YUV 162.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 173 146 220 0.21 0.34 0 0.14 261.89 0.51 0.72
Hex AD 92 DC 15 22 0 E 106 33 48
Octal 255 222 334 25 42 0 16 406 63 110
Binary 10101101 10010010 11011100 10101 100010 0 1110 100000110 110011 1001000

Color Harmonies of #AD92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92DC

Black with #AD92DC

Text Example


Text Example

White with #AD92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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