Html Css Color HEX #AD85D5 Biloba Flower

📋 copy color: '#AD85D5'

red 173 ◦ green 133 ◦ blue 213

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

Shades of Biloba Flower #AD85D5

Tints of Biloba Flower #AD85D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 33.33%
G = 25.63%
B = 41.04%

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

#AD85D5 (or 0xAD85D5) is known color: Biloba Flower. HEX triplet: AD, 85 and D5. RGB value is (173,133,213). Sum of RGB (Red+Green+Blue) = 173+133+213=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD85D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85D5 is #527A2A. Grayscale: #999999. Windows color (decimal): -5405227 or 13993389. OLE color: 13993389.

HSL color Cylindrical-coordinate representation of color #AD85D5: hue angle of 270º degrees, saturation: 0.49, 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 #AD85D5 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 133 213 -
CMYK 0.19 0.38 0 0.16
HSL 270º 0.49% 0.68% -
HSV(B) 270º 0.38% 0.84% -
XYZ 37.63 30.46 66.85 -
YUV 154.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 173 133 213 0.19 0.38 0 0.16 270 0.49 0.68
Hex AD 85 D5 13 26 0 10 10E 31 44
Octal 255 205 325 23 46 0 20 416 61 104
Binary 10101101 10000101 11010101 10011 100110 0 10000 100001110 110001 1000100

Color Harmonies of #AD85D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85D5

Black with #AD85D5

Text Example


Text Example

White with #AD85D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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