Html Css Color HEX #AD8ACD East Side

📋 copy color: '#AD8ACD'

red 173 ◦ green 138 ◦ blue 205

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

Shades of East Side #AD8ACD

Tints of East Side #AD8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.74%

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 33.53%
G = 26.74%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD8ACD (or 0xAD8ACD) is known color: East Side. HEX triplet: AD, 8A and CD. RGB value is (173,138,205). Sum of RGB (Red+Green+Blue) = 173+138+205=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ACD is #527532. Grayscale: #9B9B9B. Windows color (decimal): -5403955 or 13470381. OLE color: 13470381.

HSL color Cylindrical-coordinate representation of color #AD8ACD: hue angle of 271.34º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8ACD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 138 205 -
CMYK 0.16 0.33 0 0.20
HSL 271.34º 0.4% 0.67% -
HSV(B) 271.34º 0.33% 0.8% -
XYZ 37.34 31.47 61.86 -
YUV 156.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 173 138 205 0.16 0.33 0 0.20 271.34 0.4 0.67
Hex AD 8A CD 10 21 0 14 10F 28 43
Octal 255 212 315 20 41 0 24 417 50 103
Binary 10101101 10001010 11001101 10000 100001 0 10100 100001111 101000 1000011

Color Harmonies of #AD8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ACD

Black with #AD8ACD

Text Example


Text Example

White with #AD8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ACD; }

 p { color: rgb(173,138,205); }

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

background-color css

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

 a { background-color: rgb(173,138,205); }

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

border-color css

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

 span { border-color: rgb(173,138,205); }

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