Html Css Color HEX #AD9CE0 Biloba Flower

📋 copy color: '#AD9CE0'

red 173 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #AD9CE0

Tints of Biloba Flower #AD9CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.21%

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 31.28%
G = 28.21%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD9CE0 (or 0xAD9CE0) is known color: Biloba Flower. HEX triplet: AD, 9C and E0. RGB value is (173,156,224). Sum of RGB (Red+Green+Blue) = 173+156+224=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CE0 is #52631F. Grayscale: #A8A8A8. Windows color (decimal): -5399328 or 14720173. OLE color: 14720173.

HSL color Cylindrical-coordinate representation of color #AD9CE0: hue angle of 255º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9CE0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 156 224 -
CMYK 0.23 0.30 0 0.12
HSL 255º 0.52% 0.75% -
HSV(B) 255º 0.3% 0.88% -
XYZ 42.58 38.04 75.62 -
YUV 168.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 173 156 224 0.23 0.30 0 0.12 255 0.52 0.75
Hex AD 9C E0 17 1E 0 C FF 34 4B
Octal 255 234 340 27 36 0 14 377 64 113
Binary 10101101 10011100 11100000 10111 11110 0 1100 11111111 110100 1001011

Color Harmonies of #AD9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CE0

Black with #AD9CE0

Text Example


Text Example

White with #AD9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CE0; }

 p { color: rgb(173,156,224); }

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

background-color css

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

 a { background-color: rgb(173,156,224); }

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

border-color css

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

 span { border-color: rgb(173,156,224); }

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