Html Css Color HEX #AD85DC Biloba Flower

📋 copy color: '#AD85DC'

red 173 ◦ green 133 ◦ blue 220

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

Shades of Biloba Flower #AD85DC

Tints of Biloba Flower #AD85DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.29%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 32.89%
G = 25.29%
B = 41.83%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD85DC (or 0xAD85DC) is known color: Biloba Flower. HEX triplet: AD, 85 and DC. RGB value is (173,133,220). Sum of RGB (Red+Green+Blue) = 173+133+220=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85DC is #527A23. Grayscale: #9A9A9A. Windows color (decimal): -5405220 or 14452141. OLE color: 14452141.

HSL color Cylindrical-coordinate representation of color #AD85DC: hue angle of 267.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD85DC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 133 220 -
CMYK 0.21 0.40 0 0.14
HSL 267.59º 0.55% 0.69% -
HSV(B) 267.59º 0.4% 0.86% -
XYZ 38.54 30.83 71.63 -
YUV 154.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 173 133 220 0.21 0.40 0 0.14 267.59 0.55 0.69
Hex AD 85 DC 15 28 0 E 10C 37 45
Octal 255 205 334 25 50 0 16 414 67 105
Binary 10101101 10000101 11011100 10101 101000 0 1110 100001100 110111 1000101

Color Harmonies of #AD85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85DC

Black with #AD85DC

Text Example


Text Example

White with #AD85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85DC; }

 p { color: rgb(173,133,220); }

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

background-color css

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

 a { background-color: rgb(173,133,220); }

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

border-color css

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

 span { border-color: rgb(173,133,220); }

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