Html Css Color HEX #AD85DD Biloba Flower

📋 copy color: '#AD85DD'

red 173 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #AD85DD

Tints of Biloba Flower #AD85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 32.83%
G = 25.24%
B = 41.94%

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

#AD85DD (or 0xAD85DD) is known color: Biloba Flower. HEX triplet: AD, 85 and DD. RGB value is (173,133,221). Sum of RGB (Red+Green+Blue) = 173+133+221=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85DD is #527A22. Grayscale: #9A9A9A. Windows color (decimal): -5405219 or 14517677. OLE color: 14517677.

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

Color convert

RGB 173 133 221 -
CMYK 0.22 0.40 0 0.13
HSL 267.27º 0.56% 0.69% -
HSV(B) 267.27º 0.4% 0.87% -
XYZ 38.67 30.88 72.33 -
YUV 154.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 173 133 221 0.22 0.40 0 0.13 267.27 0.56 0.69
Hex AD 85 DD 16 28 0 D 10B 38 45
Octal 255 205 335 26 50 0 15 413 70 105
Binary 10101101 10000101 11011101 10110 101000 0 1101 100001011 111000 1000101

Color Harmonies of #AD85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85DD

Black with #AD85DD

Text Example


Text Example

White with #AD85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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