Html Css Color HEX #AD82C1 East Side

📋 copy color: '#AD82C1'

red 173 ◦ green 130 ◦ blue 193

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

Shades of East Side #AD82C1

Tints of East Side #AD82C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 34.88%
G = 26.21%
B = 38.91%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD82C1 (or 0xAD82C1) is known color: East Side. HEX triplet: AD, 82 and C1. RGB value is (173,130,193). Sum of RGB (Red+Green+Blue) = 173+130+193=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD82C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82C1 is #527D3E. Grayscale: #959595. Windows color (decimal): -5406015 or 12681901. OLE color: 12681901.

HSL color Cylindrical-coordinate representation of color #AD82C1: hue angle of 280.95º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD82C1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 130 193 -
CMYK 0.10 0.33 0 0.24
HSL 280.95º 0.34% 0.63% -
HSV(B) 280.95º 0.33% 0.76% -
XYZ 34.84 28.7 54.16 -
YUV 150.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 173 130 193 0.10 0.33 0 0.24 280.95 0.34 0.63
Hex AD 82 C1 A 21 0 18 119 22 3F
Octal 255 202 301 12 41 0 30 431 42 77
Binary 10101101 10000010 11000001 1010 100001 0 11000 100011001 100010 111111

Color Harmonies of #AD82C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82C1

Black with #AD82C1

Text Example


Text Example

White with #AD82C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82C1; }

 p { color: rgb(173,130,193); }

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

background-color css

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

 a { background-color: rgb(173,130,193); }

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

border-color css

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

 span { border-color: rgb(173,130,193); }

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