Html Css Color HEX #AD9BE7 Biloba Flower

📋 copy color: '#AD9BE7'

red 173 ◦ green 155 ◦ blue 231

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

Shades of Biloba Flower #AD9BE7

Tints of Biloba Flower #AD9BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 30.95%
G = 27.73%
B = 41.32%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD9BE7 (or 0xAD9BE7) is known color: Biloba Flower. HEX triplet: AD, 9B and E7. RGB value is (173,155,231). Sum of RGB (Red+Green+Blue) = 173+155+231=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD9BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BE7 is #526418. Grayscale: #A8A8A8. Windows color (decimal): -5399577 or 15178669. OLE color: 15178669.

HSL color Cylindrical-coordinate representation of color #AD9BE7: hue angle of 254.21º degrees, saturation: 0.61, 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 #AD9BE7 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 155 231 -
CMYK 0.25 0.33 0 0.09
HSL 254.21º 0.61% 0.76% -
HSV(B) 254.21º 0.33% 0.91% -
XYZ 43.38 38.1 80.67 -
YUV 169.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 173 155 231 0.25 0.33 0 0.09 254.21 0.61 0.76
Hex AD 9B E7 19 21 0 9 FE 3D 4C
Octal 255 233 347 31 41 0 11 376 75 114
Binary 10101101 10011011 11100111 11001 100001 0 1001 11111110 111101 1001100

Color Harmonies of #AD9BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BE7

Black with #AD9BE7

Text Example


Text Example

White with #AD9BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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