Html Css Color HEX #AD92DA Biloba Flower

📋 copy color: '#AD92DA'

red 173 ◦ green 146 ◦ blue 218

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

Shades of Biloba Flower #AD92DA

Tints of Biloba Flower #AD92DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 32.22%
G = 27.19%
B = 40.6%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD92DA (or 0xAD92DA) is known color: Biloba Flower. HEX triplet: AD, 92 and DA. RGB value is (173,146,218). Sum of RGB (Red+Green+Blue) = 173+146+218=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD92DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92DA is #526D25. Grayscale: #A2A2A2. Windows color (decimal): -5401894 or 14324397. OLE color: 14324397.

HSL color Cylindrical-coordinate representation of color #AD92DA: hue angle of 262.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD92DA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 146 218 -
CMYK 0.21 0.33 0 0.15
HSL 262.5º 0.49% 0.71% -
HSV(B) 262.5º 0.33% 0.85% -
XYZ 40.17 34.5 70.87 -
YUV 162.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 173 146 218 0.21 0.33 0 0.15 262.5 0.49 0.71
Hex AD 92 DA 15 21 0 F 106 31 47
Octal 255 222 332 25 41 0 17 406 61 107
Binary 10101101 10010010 11011010 10101 100001 0 1111 100000110 110001 1000111

Color Harmonies of #AD92DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92DA

Black with #AD92DA

Text Example


Text Example

White with #AD92DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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