Html Css Color HEX #AD8BBE East Side

📋 copy color: '#AD8BBE'

red 173 ◦ green 139 ◦ blue 190

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

Shades of East Side #AD8BBE

Tints of East Side #AD8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.69%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 34.46%
G = 27.69%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD8BBE (or 0xAD8BBE) is known color: East Side. HEX triplet: AD, 8B and BE. RGB value is (173,139,190). Sum of RGB (Red+Green+Blue) = 173+139+190=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BBE is #527441. Grayscale: #9A9A9A. Windows color (decimal): -5403714 or 12487597. OLE color: 12487597.

HSL color Cylindrical-coordinate representation of color #AD8BBE: hue angle of 280º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8BBE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 139 190 -
CMYK 0.09 0.27 0 0.25
HSL 280º 0.28% 0.65% -
HSV(B) 280º 0.27% 0.75% -
XYZ 35.76 31.07 52.83 -
YUV 154.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 173 139 190 0.09 0.27 0 0.25 280 0.28 0.65
Hex AD 8B BE 9 1B 0 19 118 1C 41
Octal 255 213 276 11 33 0 31 430 34 101
Binary 10101101 10001011 10111110 1001 11011 0 11001 100011000 11100 1000001

Color Harmonies of #AD8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BBE

Black with #AD8BBE

Text Example


Text Example

White with #AD8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BBE; }

 p { color: rgb(173,139,190); }

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

background-color css

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

 a { background-color: rgb(173,139,190); }

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

border-color css

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

 span { border-color: rgb(173,139,190); }

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