Html Css Color HEX #AD9DD3 Biloba Flower

📋 copy color: '#AD9DD3'

red 173 ◦ green 157 ◦ blue 211

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

Shades of Biloba Flower #AD9DD3

Tints of Biloba Flower #AD9DD3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.02%

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

R = 31.98%
G = 29.02%
B = 39%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD9DD3 (or 0xAD9DD3) is known color: Biloba Flower. HEX triplet: AD, 9D and D3. RGB value is (173,157,211). Sum of RGB (Red+Green+Blue) = 173+157+211=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD9DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DD3 is #52622C. Grayscale: #A7A7A7. Windows color (decimal): -5399085 or 13868461. OLE color: 13868461.

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

Color convert

RGB 173 157 211 -
CMYK 0.18 0.26 0 0.17
HSL 257.78º 0.38% 0.72% -
HSV(B) 257.78º 0.26% 0.83% -
XYZ 41.05 37.7 66.74 -
YUV 167.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 173 157 211 0.18 0.26 0 0.17 257.78 0.38 0.72
Hex AD 9D D3 12 1A 0 11 102 26 48
Octal 255 235 323 22 32 0 21 402 46 110
Binary 10101101 10011101 11010011 10010 11010 0 10001 100000010 100110 1001000

Color Harmonies of #AD9DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DD3

Black with #AD9DD3

Text Example


Text Example

White with #AD9DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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