Html Css Color HEX #AD7AD3 East Side

📋 copy color: '#AD7AD3'

red 173 ◦ green 122 ◦ blue 211

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

Shades of East Side #AD7AD3

Tints of East Side #AD7AD3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.11%

 BLUE value IS 211 (82.81% from 255) = 41.7%

R = 34.19%
G = 24.11%
B = 41.7%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD7AD3 (or 0xAD7AD3) is known color: East Side. HEX triplet: AD, 7A and D3. RGB value is (173,122,211). Sum of RGB (Red+Green+Blue) = 173+122+211=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD7AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7AD3 is #52852C. Grayscale: #939393. Windows color (decimal): -5408045 or 13859501. OLE color: 13859501.

HSL color Cylindrical-coordinate representation of color #AD7AD3: hue angle of 274.38º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7AD3 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 122 211 -
CMYK 0.18 0.42 0 0.17
HSL 274.38º 0.5% 0.65% -
HSV(B) 274.38º 0.42% 0.83% -
XYZ 35.95 27.51 65.04 -
YUV 147.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 173 122 211 0.18 0.42 0 0.17 274.38 0.5 0.65
Hex AD 7A D3 12 2A 0 11 112 32 41
Octal 255 172 323 22 52 0 21 422 62 101
Binary 10101101 1111010 11010011 10010 101010 0 10001 100010010 110010 1000001

Color Harmonies of #AD7AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AD3

Black with #AD7AD3

Text Example


Text Example

White with #AD7AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AD3; }

 p { color: rgb(173,122,211); }

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

background-color css

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

 a { background-color: rgb(173,122,211); }

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

border-color css

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

 span { border-color: rgb(173,122,211); }

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