Html Css Color HEX #AD9AD3 Biloba Flower

📋 copy color: '#AD9AD3'

red 173 ◦ green 154 ◦ blue 211

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

Shades of Biloba Flower #AD9AD3

Tints of Biloba Flower #AD9AD3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.62%

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

R = 32.16%
G = 28.62%
B = 39.22%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD9AD3 (or 0xAD9AD3) is known color: Biloba Flower. HEX triplet: AD, 9A and D3. RGB value is (173,154,211). Sum of RGB (Red+Green+Blue) = 173+154+211=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD9AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AD3 is #52652C. Grayscale: #A5A5A5. Windows color (decimal): -5399853 or 13867693. OLE color: 13867693.

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

Color convert

RGB 173 154 211 -
CMYK 0.18 0.27 0 0.17
HSL 260º 0.39% 0.72% -
HSV(B) 260º 0.27% 0.83% -
XYZ 40.55 36.7 66.57 -
YUV 166.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 173 154 211 0.18 0.27 0 0.17 260 0.39 0.72
Hex AD 9A D3 12 1B 0 11 104 27 48
Octal 255 232 323 22 33 0 21 404 47 110
Binary 10101101 10011010 11010011 10010 11011 0 10001 100000100 100111 1001000

Color Harmonies of #AD9AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AD3

Black with #AD9AD3

Text Example


Text Example

White with #AD9AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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