Html Css Color HEX #AD9BEB Biloba Flower

📋 copy color: '#AD9BEB'

red 173 ◦ green 155 ◦ blue 235

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

Shades of Biloba Flower #AD9BEB

Tints of Biloba Flower #AD9BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.53%

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 30.73%
G = 27.53%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD9BEB (or 0xAD9BEB) is known color: Biloba Flower. HEX triplet: AD, 9B and EB. RGB value is (173,155,235). Sum of RGB (Red+Green+Blue) = 173+155+235=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BEB is #526414. Grayscale: #A9A9A9. Windows color (decimal): -5399573 or 15440813. OLE color: 15440813.

HSL color Cylindrical-coordinate representation of color #AD9BEB: hue angle of 253.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD9BEB is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 155 235 -
CMYK 0.26 0.34 0 0.08
HSL 253.5º 0.67% 0.76% -
HSV(B) 253.5º 0.34% 0.92% -
XYZ 43.95 38.33 83.68 -
YUV 169.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 173 155 235 0.26 0.34 0 0.08 253.5 0.67 0.76
Hex AD 9B EB 1A 22 0 8 FE 43 4C
Octal 255 233 353 32 42 0 10 376 103 114
Binary 10101101 10011011 11101011 11010 100010 0 1000 11111110 1000011 1001100

Color Harmonies of #AD9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BEB

Black with #AD9BEB

Text Example


Text Example

White with #AD9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BEB; }

 p { color: rgb(173,155,235); }

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

background-color css

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

 a { background-color: rgb(173,155,235); }

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

border-color css

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

 span { border-color: rgb(173,155,235); }

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