Html Css Color HEX #AD9BE0 Biloba Flower

📋 copy color: '#AD9BE0'

red 173 ◦ green 155 ◦ blue 224

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

Shades of Biloba Flower #AD9BE0

Tints of Biloba Flower #AD9BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 31.34%
G = 28.08%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD9BE0 (or 0xAD9BE0) is known color: Biloba Flower. HEX triplet: AD, 9B and E0. RGB value is (173,155,224). Sum of RGB (Red+Green+Blue) = 173+155+224=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD9BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BE0 is #52641F. Grayscale: #A7A7A7. Windows color (decimal): -5399584 or 14719917. OLE color: 14719917.

HSL color Cylindrical-coordinate representation of color #AD9BE0: hue angle of 255.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9BE0 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 155 224 -
CMYK 0.23 0.31 0 0.12
HSL 255.65º 0.53% 0.74% -
HSV(B) 255.65º 0.31% 0.88% -
XYZ 42.41 37.71 75.56 -
YUV 168.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 173 155 224 0.23 0.31 0 0.12 255.65 0.53 0.74
Hex AD 9B E0 17 1F 0 C 100 35 4A
Octal 255 233 340 27 37 0 14 400 65 112
Binary 10101101 10011011 11100000 10111 11111 0 1100 100000000 110101 1001010

Color Harmonies of #AD9BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BE0

Black with #AD9BE0

Text Example


Text Example

White with #AD9BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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