Html Css Color HEX #AD8BED Biloba Flower

📋 copy color: '#AD8BED'

red 173 ◦ green 139 ◦ blue 237

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

Shades of Biloba Flower #AD8BED

Tints of Biloba Flower #AD8BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.32%

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

R = 31.51%
G = 25.32%
B = 43.17%

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

#AD8BED (or 0xAD8BED) is known color: Biloba Flower. HEX triplet: AD, 8B and ED. RGB value is (173,139,237). Sum of RGB (Red+Green+Blue) = 173+139+237=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD8BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BED is #527412. Grayscale: #9F9F9F. Windows color (decimal): -5403667 or 15567789. OLE color: 15567789.

HSL color Cylindrical-coordinate representation of color #AD8BED: hue angle of 260.82º 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 #AD8BED is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 139 237 -
CMYK 0.27 0.41 0 0.07
HSL 260.82º 0.73% 0.74% -
HSV(B) 260.82º 0.41% 0.93% -
XYZ 41.75 33.46 84.38 -
YUV 160.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 173 139 237 0.27 0.41 0 0.07 260.82 0.73 0.74
Hex AD 8B ED 1B 29 0 7 105 49 4A
Octal 255 213 355 33 51 0 7 405 111 112
Binary 10101101 10001011 11101101 11011 101001 0 111 100000101 1001001 1001010

Color Harmonies of #AD8BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BED

Black with #AD8BED

Text Example


Text Example

White with #AD8BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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