Html Css Color HEX #AD88C0 East Side

📋 copy color: '#AD88C0'

red 173 ◦ green 136 ◦ blue 192

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

Shades of East Side #AD88C0

Tints of East Side #AD88C0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.15%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 34.53%
G = 27.15%
B = 38.32%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD88C0 (or 0xAD88C0) is known color: East Side. HEX triplet: AD, 88 and C0. RGB value is (173,136,192). Sum of RGB (Red+Green+Blue) = 173+136+192=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD88C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88C0 is #52773F. Grayscale: #999999. Windows color (decimal): -5404480 or 12617901. OLE color: 12617901.

HSL color Cylindrical-coordinate representation of color #AD88C0: hue angle of 279.64º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD88C0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 136 192 -
CMYK 0.10 0.29 0 0.25
HSL 279.64º 0.31% 0.64% -
HSV(B) 279.64º 0.29% 0.75% -
XYZ 35.55 30.3 53.84 -
YUV 153.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 173 136 192 0.10 0.29 0 0.25 279.64 0.31 0.64
Hex AD 88 C0 A 1D 0 19 118 1F 40
Octal 255 210 300 12 35 0 31 430 37 100
Binary 10101101 10001000 11000000 1010 11101 0 11001 100011000 11111 1000000

Color Harmonies of #AD88C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88C0

Black with #AD88C0

Text Example


Text Example

White with #AD88C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88C0; }

 p { color: rgb(173,136,192); }

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

background-color css

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

 a { background-color: rgb(173,136,192); }

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

border-color css

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

 span { border-color: rgb(173,136,192); }

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