Html Css Color HEX #AD8CDE Biloba Flower

📋 copy color: '#AD8CDE'

red 173 ◦ green 140 ◦ blue 222

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

Shades of Biloba Flower #AD8CDE

Tints of Biloba Flower #AD8CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

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

R = 32.34%
G = 26.17%
B = 41.5%

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

#AD8CDE (or 0xAD8CDE) is known color: Biloba Flower. HEX triplet: AD, 8C and DE. RGB value is (173,140,222). Sum of RGB (Red+Green+Blue) = 173+140+222=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD8CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDE is #527321. Grayscale: #9E9E9E. Windows color (decimal): -5403426 or 14585005. OLE color: 14585005.

HSL color Cylindrical-coordinate representation of color #AD8CDE: hue angle of 264.15º degrees, saturation: 0.55, 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 #AD8CDE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 140 222 -
CMYK 0.22 0.37 0 0.13
HSL 264.15º 0.55% 0.71% -
HSV(B) 264.15º 0.37% 0.87% -
XYZ 39.8 32.91 73.36 -
YUV 159.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 173 140 222 0.22 0.37 0 0.13 264.15 0.55 0.71
Hex AD 8C DE 16 25 0 D 108 37 47
Octal 255 214 336 26 45 0 15 410 67 107
Binary 10101101 10001100 11011110 10110 100101 0 1101 100001000 110111 1000111

Color Harmonies of #AD8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CDE

Black with #AD8CDE

Text Example


Text Example

White with #AD8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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