Html Css Color HEX #AD8CCB East Side

📋 copy color: '#AD8CCB'

red 173 ◦ green 140 ◦ blue 203

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

Shades of East Side #AD8CCB

Tints of East Side #AD8CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 33.53%
G = 27.13%
B = 39.34%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD8CCB (or 0xAD8CCB) is known color: East Side. HEX triplet: AD, 8C and CB. RGB value is (173,140,203). Sum of RGB (Red+Green+Blue) = 173+140+203=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CCB is #527334. Grayscale: #9C9C9C. Windows color (decimal): -5403445 or 13339821. OLE color: 13339821.

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

Color convert

RGB 173 140 203 -
CMYK 0.15 0.31 0 0.20
HSL 271.43º 0.38% 0.67% -
HSV(B) 271.43º 0.31% 0.8% -
XYZ 37.39 31.95 60.7 -
YUV 157.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 173 140 203 0.15 0.31 0 0.20 271.43 0.38 0.67
Hex AD 8C CB F 1F 0 14 10F 26 43
Octal 255 214 313 17 37 0 24 417 46 103
Binary 10101101 10001100 11001011 1111 11111 0 10100 100001111 100110 1000011

Color Harmonies of #AD8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CCB

Black with #AD8CCB

Text Example


Text Example

White with #AD8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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