Html Css Color HEX #AD9ED3 Biloba Flower

📋 copy color: '#AD9ED3'

red 173 ◦ green 158 ◦ blue 211

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

Shades of Biloba Flower #AD9ED3

Tints of Biloba Flower #AD9ED3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 31.92%
G = 29.15%
B = 38.93%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD9ED3 (or 0xAD9ED3) is known color: Biloba Flower. HEX triplet: AD, 9E and D3. RGB value is (173,158,211). Sum of RGB (Red+Green+Blue) = 173+158+211=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD9ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ED3 is #52612C. Grayscale: #A8A8A8. Windows color (decimal): -5398829 or 13868717. OLE color: 13868717.

HSL color Cylindrical-coordinate representation of color #AD9ED3: hue angle of 256.98º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9ED3 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 158 211 -
CMYK 0.18 0.25 0 0.17
HSL 256.98º 0.38% 0.72% -
HSV(B) 256.98º 0.25% 0.83% -
XYZ 41.22 38.04 66.8 -
YUV 168.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 173 158 211 0.18 0.25 0 0.17 256.98 0.38 0.72
Hex AD 9E D3 12 19 0 11 101 26 48
Octal 255 236 323 22 31 0 21 401 46 110
Binary 10101101 10011110 11010011 10010 11001 0 10001 100000001 100110 1001000

Color Harmonies of #AD9ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ED3

Black with #AD9ED3

Text Example


Text Example

White with #AD9ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ED3; }

 p { color: rgb(173,158,211); }

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

background-color css

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

 a { background-color: rgb(173,158,211); }

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

border-color css

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

 span { border-color: rgb(173,158,211); }

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