Html Css Color HEX #AD8CBE East Side

📋 copy color: '#AD8CBE'

red 173 ◦ green 140 ◦ blue 190

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

Shades of East Side #AD8CBE

Tints of East Side #AD8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 34.39%
G = 27.83%
B = 37.77%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD8CBE (or 0xAD8CBE) is known color: East Side. HEX triplet: AD, 8C and BE. RGB value is (173,140,190). Sum of RGB (Red+Green+Blue) = 173+140+190=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CBE is #527341. Grayscale: #9B9B9B. Windows color (decimal): -5403458 or 12487853. OLE color: 12487853.

HSL color Cylindrical-coordinate representation of color #AD8CBE: hue angle of 279.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8CBE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 140 190 -
CMYK 0.09 0.26 0 0.25
HSL 279.6º 0.28% 0.65% -
HSV(B) 279.6º 0.26% 0.75% -
XYZ 35.91 31.36 52.88 -
YUV 155.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 173 140 190 0.09 0.26 0 0.25 279.6 0.28 0.65
Hex AD 8C BE 9 1A 0 19 118 1C 41
Octal 255 214 276 11 32 0 31 430 34 101
Binary 10101101 10001100 10111110 1001 11010 0 11001 100011000 11100 1000001

Color Harmonies of #AD8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CBE

Black with #AD8CBE

Text Example


Text Example

White with #AD8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CBE; }

 p { color: rgb(173,140,190); }

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

background-color css

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

 a { background-color: rgb(173,140,190); }

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

border-color css

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

 span { border-color: rgb(173,140,190); }

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