Html Css Color HEX #AD8DED Biloba Flower

📋 copy color: '#AD8DED'

red 173 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #AD8DED

Tints of Biloba Flower #AD8DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.59%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 31.4%
G = 25.59%
B = 43.01%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD8DED (or 0xAD8DED) is known color: Biloba Flower. HEX triplet: AD, 8D and ED. RGB value is (173,141,237). Sum of RGB (Red+Green+Blue) = 173+141+237=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DED is #527212. Grayscale: #A1A1A1. Windows color (decimal): -5403155 or 15568301. OLE color: 15568301.

HSL color Cylindrical-coordinate representation of color #AD8DED: hue angle of 260º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8DED is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 141 237 -
CMYK 0.27 0.41 0 0.07
HSL 260º 0.73% 0.74% -
HSV(B) 260º 0.41% 0.93% -
XYZ 42.04 34.05 84.48 -
YUV 161.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 173 141 237 0.27 0.41 0 0.07 260 0.73 0.74
Hex AD 8D ED 1B 29 0 7 104 49 4A
Octal 255 215 355 33 51 0 7 404 111 112
Binary 10101101 10001101 11101101 11011 101001 0 111 100000100 1001001 1001010

Color Harmonies of #AD8DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DED

Black with #AD8DED

Text Example


Text Example

White with #AD8DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DED; }

 p { color: rgb(173,141,237); }

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

background-color css

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

 a { background-color: rgb(173,141,237); }

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

border-color css

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

 span { border-color: rgb(173,141,237); }

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