Html Css Color HEX #AD88CB East Side

📋 copy color: '#AD88CB'

red 173 ◦ green 136 ◦ blue 203

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

Shades of East Side #AD88CB

Tints of East Side #AD88CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 33.79%
G = 26.56%
B = 39.65%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD88CB (or 0xAD88CB) is known color: East Side. HEX triplet: AD, 88 and CB. RGB value is (173,136,203). Sum of RGB (Red+Green+Blue) = 173+136+203=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88CB is #527734. Grayscale: #9A9A9A. Windows color (decimal): -5404469 or 13338797. OLE color: 13338797.

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

Color convert

RGB 173 136 203 -
CMYK 0.15 0.33 0 0.20
HSL 273.13º 0.39% 0.66% -
HSV(B) 273.13º 0.33% 0.8% -
XYZ 36.82 30.8 60.51 -
YUV 154.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 173 136 203 0.15 0.33 0 0.20 273.13 0.39 0.66
Hex AD 88 CB F 21 0 14 111 27 42
Octal 255 210 313 17 41 0 24 421 47 102
Binary 10101101 10001000 11001011 1111 100001 0 10100 100010001 100111 1000010

Color Harmonies of #AD88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88CB

Black with #AD88CB

Text Example


Text Example

White with #AD88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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