Html Css Color HEX #AD85CD East Side

📋 copy color: '#AD85CD'

red 173 ◦ green 133 ◦ blue 205

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

Shades of East Side #AD85CD

Tints of East Side #AD85CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 33.86%
G = 26.03%
B = 40.12%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD85CD (or 0xAD85CD) is known color: East Side. HEX triplet: AD, 85 and CD. RGB value is (173,133,205). Sum of RGB (Red+Green+Blue) = 173+133+205=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85CD is #527A32. Grayscale: #989898. Windows color (decimal): -5405235 or 13469101. OLE color: 13469101.

HSL color Cylindrical-coordinate representation of color #AD85CD: hue angle of 273.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD85CD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 133 205 -
CMYK 0.16 0.35 0 0.20
HSL 273.33º 0.42% 0.66% -
HSV(B) 273.33º 0.35% 0.8% -
XYZ 36.64 30.07 61.63 -
YUV 153.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 173 133 205 0.16 0.35 0 0.20 273.33 0.42 0.66
Hex AD 85 CD 10 23 0 14 111 2A 42
Octal 255 205 315 20 43 0 24 421 52 102
Binary 10101101 10000101 11001101 10000 100011 0 10100 100010001 101010 1000010

Color Harmonies of #AD85CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85CD

Black with #AD85CD

Text Example


Text Example

White with #AD85CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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