Html Css Color HEX #AD85DF Biloba Flower

📋 copy color: '#AD85DF'

red 173 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #AD85DF

Tints of Biloba Flower #AD85DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 32.7%
G = 25.14%
B = 42.16%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD85DF (or 0xAD85DF) is known color: Biloba Flower. HEX triplet: AD, 85 and DF. RGB value is (173,133,223). Sum of RGB (Red+Green+Blue) = 173+133+223=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85DF is #527A20. Grayscale: #9A9A9A. Windows color (decimal): -5405217 or 14648749. OLE color: 14648749.

HSL color Cylindrical-coordinate representation of color #AD85DF: hue angle of 266.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD85DF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 133 223 -
CMYK 0.22 0.40 0 0.13
HSL 266.67º 0.58% 0.7% -
HSV(B) 266.67º 0.4% 0.87% -
XYZ 38.94 30.99 73.74 -
YUV 155.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 173 133 223 0.22 0.40 0 0.13 266.67 0.58 0.7
Hex AD 85 DF 16 28 0 D 10B 3A 46
Octal 255 205 337 26 50 0 15 413 72 106
Binary 10101101 10000101 11011111 10110 101000 0 1101 100001011 111010 1000110

Color Harmonies of #AD85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85DF

Black with #AD85DF

Text Example


Text Example

White with #AD85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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