Html Css Color HEX #AD92D0 Biloba Flower

📋 copy color: '#AD92D0'

red 173 ◦ green 146 ◦ blue 208

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

Shades of Biloba Flower #AD92D0

Tints of Biloba Flower #AD92D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.47%

R = 32.83%
G = 27.7%
B = 39.47%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD92D0 (or 0xAD92D0) is known color: Biloba Flower. HEX triplet: AD, 92 and D0. RGB value is (173,146,208). Sum of RGB (Red+Green+Blue) = 173+146+208=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD92D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92D0 is #526D2F. Grayscale: #A0A0A0. Windows color (decimal): -5401904 or 13669037. OLE color: 13669037.

HSL color Cylindrical-coordinate representation of color #AD92D0: hue angle of 266.13º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD92D0 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 146 208 -
CMYK 0.17 0.30 0 0.18
HSL 266.13º 0.4% 0.69% -
HSV(B) 266.13º 0.3% 0.82% -
XYZ 38.9 34 64.19 -
YUV 161.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 173 146 208 0.17 0.30 0 0.18 266.13 0.4 0.69
Hex AD 92 D0 11 1E 0 12 10A 28 45
Octal 255 222 320 21 36 0 22 412 50 105
Binary 10101101 10010010 11010000 10001 11110 0 10010 100001010 101000 1000101

Color Harmonies of #AD92D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92D0

Black with #AD92D0

Text Example


Text Example

White with #AD92D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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