Html Css Color HEX #A87DBB East Side

📋 copy color: '#A87DBB'

red 168 ◦ green 125 ◦ blue 187

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

Shades of East Side #A87DBB

Tints of East Side #A87DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 35%
G = 26.04%
B = 38.96%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A87DBB (or 0xA87DBB) is known color: East Side. HEX triplet: A8, 7D and BB. RGB value is (168,125,187). Sum of RGB (Red+Green+Blue) = 168+125+187=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #A87DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DBB is #578244. Grayscale: #909090. Windows color (decimal): -5734981 or 12287400. OLE color: 12287400.

HSL color Cylindrical-coordinate representation of color #A87DBB: hue angle of 281.61º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87DBB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 125 187 -
CMYK 0.10 0.33 0 0.27
HSL 281.61º 0.31% 0.61% -
HSV(B) 281.61º 0.33% 0.73% -
XYZ 32.45 26.58 50.43 -
YUV 144.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 168 125 187 0.10 0.33 0 0.27 281.61 0.31 0.61
Hex A8 7D BB A 21 0 1B 11A 1F 3D
Octal 250 175 273 12 41 0 33 432 37 75
Binary 10101000 1111101 10111011 1010 100001 0 11011 100011010 11111 111101

Color Harmonies of #A87DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DBB

Black with #A87DBB

Text Example


Text Example

White with #A87DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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