Html Css Color HEX #AD8BDE Biloba Flower

📋 copy color: '#AD8BDE'

red 173 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #AD8BDE

Tints of Biloba Flower #AD8BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.03%

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 32.4%
G = 26.03%
B = 41.57%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD8BDE (or 0xAD8BDE) is known color: Biloba Flower. HEX triplet: AD, 8B and DE. RGB value is (173,139,222). Sum of RGB (Red+Green+Blue) = 173+139+222=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BDE is #527421. Grayscale: #9E9E9E. Windows color (decimal): -5403682 or 14584749. OLE color: 14584749.

HSL color Cylindrical-coordinate representation of color #AD8BDE: hue angle of 264.58º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8BDE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 139 222 -
CMYK 0.22 0.37 0 0.13
HSL 264.58º 0.56% 0.71% -
HSV(B) 264.58º 0.37% 0.87% -
XYZ 39.65 32.62 73.31 -
YUV 158.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 173 139 222 0.22 0.37 0 0.13 264.58 0.56 0.71
Hex AD 8B DE 16 25 0 D 109 38 47
Octal 255 213 336 26 45 0 15 411 70 107
Binary 10101101 10001011 11011110 10110 100101 0 1101 100001001 111000 1000111

Color Harmonies of #AD8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BDE

Black with #AD8BDE

Text Example


Text Example

White with #AD8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BDE; }

 p { color: rgb(173,139,222); }

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

background-color css

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

 a { background-color: rgb(173,139,222); }

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

border-color css

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

 span { border-color: rgb(173,139,222); }

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