Html Css Color HEX #AD92E1 Biloba Flower

📋 copy color: '#AD92E1'

red 173 ◦ green 146 ◦ blue 225

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

Shades of Biloba Flower #AD92E1

Tints of Biloba Flower #AD92E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.36%

R = 31.8%
G = 26.84%
B = 41.36%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD92E1 (or 0xAD92E1) is known color: Biloba Flower. HEX triplet: AD, 92 and E1. RGB value is (173,146,225). Sum of RGB (Red+Green+Blue) = 173+146+225=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD92E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92E1 is #526D1E. Grayscale: #A2A2A2. Windows color (decimal): -5401887 or 14783149. OLE color: 14783149.

HSL color Cylindrical-coordinate representation of color #AD92E1: hue angle of 260.51º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD92E1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 146 225 -
CMYK 0.23 0.35 0 0.12
HSL 260.51º 0.57% 0.73% -
HSV(B) 260.51º 0.35% 0.88% -
XYZ 41.1 34.88 75.8 -
YUV 163.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 173 146 225 0.23 0.35 0 0.12 260.51 0.57 0.73
Hex AD 92 E1 17 23 0 C 105 39 49
Octal 255 222 341 27 43 0 14 405 71 111
Binary 10101101 10010010 11100001 10111 100011 0 1100 100000101 111001 1001001

Color Harmonies of #AD92E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92E1

Black with #AD92E1

Text Example


Text Example

White with #AD92E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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