Html Css Color HEX #AD8FCC Biloba Flower

📋 copy color: '#AD8FCC'

red 173 ◦ green 143 ◦ blue 204

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

Shades of Biloba Flower #AD8FCC

Tints of Biloba Flower #AD8FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 33.27%
G = 27.5%
B = 39.23%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD8FCC (or 0xAD8FCC) is known color: Biloba Flower. HEX triplet: AD, 8F and CC. RGB value is (173,143,204). Sum of RGB (Red+Green+Blue) = 173+143+204=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FCC is #527033. Grayscale: #9E9E9E. Windows color (decimal): -5402676 or 13406125. OLE color: 13406125.

HSL color Cylindrical-coordinate representation of color #AD8FCC: hue angle of 269.51º degrees, saturation: 0.37, 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 #AD8FCC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 143 204 -
CMYK 0.15 0.30 0 0.2
HSL 269.51º 0.37% 0.68% -
HSV(B) 269.51º 0.3% 0.8% -
XYZ 37.96 32.89 61.47 -
YUV 158.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 173 143 204 0.15 0.30 0 0.2 269.51 0.37 0.68
Hex AD 8F CC F 1E 0 14 10E 25 44
Octal 255 217 314 17 36 0 24 416 45 104
Binary 10101101 10001111 11001100 1111 11110 0 10100 100001110 100101 1000100

Color Harmonies of #AD8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FCC

Black with #AD8FCC

Text Example


Text Example

White with #AD8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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