Html Css Color HEX #AD9BE6 Biloba Flower

📋 copy color: '#AD9BE6'

red 173 ◦ green 155 ◦ blue 230

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

Shades of Biloba Flower #AD9BE6

Tints of Biloba Flower #AD9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 31%
G = 27.78%
B = 41.22%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD9BE6 (or 0xAD9BE6) is known color: Biloba Flower. HEX triplet: AD, 9B and E6. RGB value is (173,155,230). Sum of RGB (Red+Green+Blue) = 173+155+230=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD9BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BE6 is #526419. Grayscale: #A8A8A8. Windows color (decimal): -5399578 or 15113133. OLE color: 15113133.

HSL color Cylindrical-coordinate representation of color #AD9BE6: hue angle of 254.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9BE6 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 155 230 -
CMYK 0.25 0.33 0 0.10
HSL 254.4º 0.6% 0.75% -
HSV(B) 254.4º 0.33% 0.9% -
XYZ 43.24 38.04 79.93 -
YUV 168.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 173 155 230 0.25 0.33 0 0.10 254.4 0.6 0.75
Hex AD 9B E6 19 21 0 A FE 3C 4B
Octal 255 233 346 31 41 0 12 376 74 113
Binary 10101101 10011011 11100110 11001 100001 0 1010 11111110 111100 1001011

Color Harmonies of #AD9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BE6

Black with #AD9BE6

Text Example


Text Example

White with #AD9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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