Html Css Color HEX #AD9BE9 Biloba Flower

📋 copy color: '#AD9BE9'

red 173 ◦ green 155 ◦ blue 233

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

Shades of Biloba Flower #AD9BE9

Tints of Biloba Flower #AD9BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.53%

R = 30.84%
G = 27.63%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD9BE9 (or 0xAD9BE9) is known color: Biloba Flower. HEX triplet: AD, 9B and E9. RGB value is (173,155,233). Sum of RGB (Red+Green+Blue) = 173+155+233=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD9BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BE9 is #526416. Grayscale: #A8A8A8. Windows color (decimal): -5399575 or 15309741. OLE color: 15309741.

HSL color Cylindrical-coordinate representation of color #AD9BE9: hue angle of 253.85º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9BE9 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 155 233 -
CMYK 0.26 0.33 0 0.09
HSL 253.85º 0.64% 0.76% -
HSV(B) 253.85º 0.33% 0.91% -
XYZ 43.66 38.21 82.16 -
YUV 169.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 173 155 233 0.26 0.33 0 0.09 253.85 0.64 0.76
Hex AD 9B E9 1A 21 0 9 FE 40 4C
Octal 255 233 351 32 41 0 11 376 100 114
Binary 10101101 10011011 11101001 11010 100001 0 1001 11111110 1000000 1001100

Color Harmonies of #AD9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BE9

Black with #AD9BE9

Text Example


Text Example

White with #AD9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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