Html Css Color HEX #AD7DBA East Side

📋 copy color: '#AD7DBA'

red 173 ◦ green 125 ◦ blue 186

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

Shades of East Side #AD7DBA

Tints of East Side #AD7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.83%

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

R = 35.74%
G = 25.83%
B = 38.43%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD7DBA (or 0xAD7DBA) is known color: East Side. HEX triplet: AD, 7D and BA. RGB value is (173,125,186). Sum of RGB (Red+Green+Blue) = 173+125+186=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DBA is #528245. Grayscale: #929292. Windows color (decimal): -5407302 or 12221869. OLE color: 12221869.

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

Color convert

RGB 173 125 186 -
CMYK 0.07 0.33 0 0.27
HSL 287.21º 0.31% 0.61% -
HSV(B) 287.21º 0.33% 0.73% -
XYZ 33.43 27.1 49.92 -
YUV 146.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 173 125 186 0.07 0.33 0 0.27 287.21 0.31 0.61
Hex AD 7D BA 7 21 0 1B 11F 1F 3D
Octal 255 175 272 7 41 0 33 437 37 75
Binary 10101101 1111101 10111010 111 100001 0 11011 100011111 11111 111101

Color Harmonies of #AD7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DBA

Black with #AD7DBA

Text Example


Text Example

White with #AD7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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