Html Css Color HEX #AD92DF Biloba Flower

📋 copy color: '#AD92DF'

red 173 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #AD92DF

Tints of Biloba Flower #AD92DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 31.92%
G = 26.94%
B = 41.14%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD92DF (or 0xAD92DF) is known color: Biloba Flower. HEX triplet: AD, 92 and DF. RGB value is (173,146,223). Sum of RGB (Red+Green+Blue) = 173+146+223=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92DF is #526D20. Grayscale: #A2A2A2. Windows color (decimal): -5401889 or 14652077. OLE color: 14652077.

HSL color Cylindrical-coordinate representation of color #AD92DF: hue angle of 261.04º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD92DF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 146 223 -
CMYK 0.22 0.35 0 0.13
HSL 261.04º 0.55% 0.72% -
HSV(B) 261.04º 0.35% 0.87% -
XYZ 40.83 34.77 74.37 -
YUV 162.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 173 146 223 0.22 0.35 0 0.13 261.04 0.55 0.72
Hex AD 92 DF 16 23 0 D 105 37 48
Octal 255 222 337 26 43 0 15 405 67 110
Binary 10101101 10010010 11011111 10110 100011 0 1101 100000101 110111 1001000

Color Harmonies of #AD92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92DF

Black with #AD92DF

Text Example


Text Example

White with #AD92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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