Html Css Color HEX #AD8FCD Biloba Flower

📋 copy color: '#AD8FCD'

red 173 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #AD8FCD

Tints of Biloba Flower #AD8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.45%

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 33.21%
G = 27.45%
B = 39.35%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD8FCD (or 0xAD8FCD) is known color: Biloba Flower. HEX triplet: AD, 8F and CD. RGB value is (173,143,205). Sum of RGB (Red+Green+Blue) = 173+143+205=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FCD is #527032. Grayscale: #9E9E9E. Windows color (decimal): -5402675 or 13471661. OLE color: 13471661.

HSL color Cylindrical-coordinate representation of color #AD8FCD: hue angle of 269.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD8FCD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 143 205 -
CMYK 0.16 0.30 0 0.20
HSL 269.03º 0.38% 0.68% -
HSV(B) 269.03º 0.3% 0.8% -
XYZ 38.08 32.94 62.11 -
YUV 159.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 173 143 205 0.16 0.30 0 0.20 269.03 0.38 0.68
Hex AD 8F CD 10 1E 0 14 10D 26 44
Octal 255 217 315 20 36 0 24 415 46 104
Binary 10101101 10001111 11001101 10000 11110 0 10100 100001101 100110 1000100

Color Harmonies of #AD8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FCD

Black with #AD8FCD

Text Example


Text Example

White with #AD8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FCD; }

 p { color: rgb(173,143,205); }

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

background-color css

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

 a { background-color: rgb(173,143,205); }

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

border-color css

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

 span { border-color: rgb(173,143,205); }

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