Html Css Color HEX #AD81BB East Side

📋 copy color: '#AD81BB'

red 173 ◦ green 129 ◦ blue 187

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

Shades of East Side #AD81BB

Tints of East Side #AD81BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.38%

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

R = 35.38%
G = 26.38%
B = 38.24%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD81BB (or 0xAD81BB) is known color: East Side. HEX triplet: AD, 81 and BB. RGB value is (173,129,187). Sum of RGB (Red+Green+Blue) = 173+129+187=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81BB is #527E44. Grayscale: #949494. Windows color (decimal): -5406277 or 12288429. OLE color: 12288429.

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

Color convert

RGB 173 129 187 -
CMYK 0.07 0.31 0 0.27
HSL 285.52º 0.3% 0.62% -
HSV(B) 285.52º 0.31% 0.73% -
XYZ 34.05 28.17 50.66 -
YUV 148.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 173 129 187 0.07 0.31 0 0.27 285.52 0.3 0.62
Hex AD 81 BB 7 1F 0 1B 11E 1E 3E
Octal 255 201 273 7 37 0 33 436 36 76
Binary 10101101 10000001 10111011 111 11111 0 11011 100011110 11110 111110

Color Harmonies of #AD81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81BB

Black with #AD81BB

Text Example


Text Example

White with #AD81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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