Html Css Color HEX #AD85CC East Side

📋 copy color: '#AD85CC'

red 173 ◦ green 133 ◦ blue 204

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

Shades of East Side #AD85CC

Tints of East Side #AD85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 33.92%
G = 26.08%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD85CC (or 0xAD85CC) is known color: East Side. HEX triplet: AD, 85 and CC. RGB value is (173,133,204). Sum of RGB (Red+Green+Blue) = 173+133+204=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85CC is #527A33. Grayscale: #989898. Windows color (decimal): -5405236 or 13403565. OLE color: 13403565.

HSL color Cylindrical-coordinate representation of color #AD85CC: hue angle of 273.8º degrees, saturation: 0.41, 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 #AD85CC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 133 204 -
CMYK 0.15 0.35 0 0.2
HSL 273.8º 0.41% 0.66% -
HSV(B) 273.8º 0.35% 0.8% -
XYZ 36.52 30.02 61 -
YUV 153.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 173 133 204 0.15 0.35 0 0.2 273.8 0.41 0.66
Hex AD 85 CC F 23 0 14 112 29 42
Octal 255 205 314 17 43 0 24 422 51 102
Binary 10101101 10000101 11001100 1111 100011 0 10100 100010010 101001 1000010

Color Harmonies of #AD85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85CC

Black with #AD85CC

Text Example


Text Example

White with #AD85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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