Html Css Color HEX #AD7EBA East Side

📋 copy color: '#AD7EBA'

red 173 ◦ green 126 ◦ blue 186

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

Shades of East Side #AD7EBA

Tints of East Side #AD7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.98%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 35.67%
G = 25.98%
B = 38.35%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD7EBA (or 0xAD7EBA) is known color: East Side. HEX triplet: AD, 7E and BA. RGB value is (173,126,186). Sum of RGB (Red+Green+Blue) = 173+126+186=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7EBA is #528145. Grayscale: #929292. Windows color (decimal): -5407046 or 12222125. OLE color: 12222125.

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

Color convert

RGB 173 126 186 -
CMYK 0.07 0.32 0 0.27
HSL 287º 0.3% 0.61% -
HSV(B) 287º 0.32% 0.73% -
XYZ 33.56 27.35 49.97 -
YUV 146.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 173 126 186 0.07 0.32 0 0.27 287 0.3 0.61
Hex AD 7E BA 7 20 0 1B 11F 1E 3D
Octal 255 176 272 7 40 0 33 437 36 75
Binary 10101101 1111110 10111010 111 100000 0 11011 100011111 11110 111101

Color Harmonies of #AD7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7EBA

Black with #AD7EBA

Text Example


Text Example

White with #AD7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7EBA; }

 p { color: rgb(173,126,186); }

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

background-color css

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

 a { background-color: rgb(173,126,186); }

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

border-color css

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

 span { border-color: rgb(173,126,186); }

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