Html Css Color HEX #AD85D6 Biloba Flower

📋 copy color: '#AD85D6'

red 173 ◦ green 133 ◦ blue 214

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

Shades of Biloba Flower #AD85D6

Tints of Biloba Flower #AD85D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 33.27%
G = 25.58%
B = 41.15%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD85D6 (or 0xAD85D6) is known color: Biloba Flower. HEX triplet: AD, 85 and D6. RGB value is (173,133,214). Sum of RGB (Red+Green+Blue) = 173+133+214=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD85D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85D6 is #527A29. Grayscale: #999999. Windows color (decimal): -5405226 or 14058925. OLE color: 14058925.

HSL color Cylindrical-coordinate representation of color #AD85D6: hue angle of 269.63º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD85D6 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 133 214 -
CMYK 0.19 0.38 0 0.16
HSL 269.63º 0.5% 0.68% -
HSV(B) 269.63º 0.38% 0.84% -
XYZ 37.76 30.51 67.52 -
YUV 154.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 173 133 214 0.19 0.38 0 0.16 269.63 0.5 0.68
Hex AD 85 D6 13 26 0 10 10E 32 44
Octal 255 205 326 23 46 0 20 416 62 104
Binary 10101101 10000101 11010110 10011 100110 0 10000 100001110 110010 1000100

Color Harmonies of #AD85D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85D6

Black with #AD85D6

Text Example


Text Example

White with #AD85D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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