Html Css Color HEX #AD8ABB East Side

📋 copy color: '#AD8ABB'

red 173 ◦ green 138 ◦ blue 187

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

Shades of East Side #AD8ABB

Tints of East Side #AD8ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.71%

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 34.74%
G = 27.71%
B = 37.55%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD8ABB (or 0xAD8ABB) is known color: East Side. HEX triplet: AD, 8A and BB. RGB value is (173,138,187). Sum of RGB (Red+Green+Blue) = 173+138+187=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ABB is #527544. Grayscale: #999999. Windows color (decimal): -5403973 or 12290733. OLE color: 12290733.

HSL color Cylindrical-coordinate representation of color #AD8ABB: hue angle of 282.86º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8ABB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 138 187 -
CMYK 0.07 0.26 0 0.27
HSL 282.86º 0.26% 0.64% -
HSV(B) 282.86º 0.26% 0.73% -
XYZ 35.29 30.65 51.07 -
YUV 154.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 173 138 187 0.07 0.26 0 0.27 282.86 0.26 0.64
Hex AD 8A BB 7 1A 0 1B 11B 1A 40
Octal 255 212 273 7 32 0 33 433 32 100
Binary 10101101 10001010 10111011 111 11010 0 11011 100011011 11010 1000000

Color Harmonies of #AD8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ABB

Black with #AD8ABB

Text Example


Text Example

White with #AD8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ABB; }

 p { color: rgb(173,138,187); }

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

background-color css

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

 a { background-color: rgb(173,138,187); }

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

border-color css

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

 span { border-color: rgb(173,138,187); }

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