Html Css Color HEX #A87DCB East Side

📋 copy color: '#A87DCB'

red 168 ◦ green 125 ◦ blue 203

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

Shades of East Side #A87DCB

Tints of East Side #A87DCB

RGB

 RED value IS 168 (66.02% from 255) = 33.87%

 GREEN value IS 125 (49.22% from 255) = 25.2%

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

R = 33.87%
G = 25.2%
B = 40.93%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A87DCB (or 0xA87DCB) is known color: East Side. HEX triplet: A8, 7D and CB. RGB value is (168,125,203). Sum of RGB (Red+Green+Blue) = 168+125+203=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A87DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DCB is #578234. Grayscale: #929292. Windows color (decimal): -5734965 or 13335976. OLE color: 13335976.

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

Color convert

RGB 168 125 203 -
CMYK 0.17 0.38 0 0.20
HSL 273.08º 0.43% 0.64% -
HSV(B) 273.08º 0.38% 0.8% -
XYZ 34.26 27.3 59.96 -
YUV 146.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 168 125 203 0.17 0.38 0 0.20 273.08 0.43 0.64
Hex A8 7D CB 11 26 0 14 111 2B 40
Octal 250 175 313 21 46 0 24 421 53 100
Binary 10101000 1111101 11001011 10001 100110 0 10100 100010001 101011 1000000

Color Harmonies of #A87DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DCB

Black with #A87DCB

Text Example


Text Example

White with #A87DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DCB; }

 p { color: rgb(168,125,203); }

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

background-color css

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

 a { background-color: rgb(168,125,203); }

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

border-color css

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

 span { border-color: rgb(168,125,203); }

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