Html Css Color HEX #AB7CBA East Side

📋 copy color: '#AB7CBA'

red 171 ◦ green 124 ◦ blue 186

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

Shades of East Side #AB7CBA

Tints of East Side #AB7CBA

RGB

 RED value IS 171 (67.19% from 255) = 35.55%

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 35.55%
G = 25.78%
B = 38.67%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB7CBA (or 0xAB7CBA) is known color: East Side. HEX triplet: AB, 7C and BA. RGB value is (171,124,186). Sum of RGB (Red+Green+Blue) = 171+124+186=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB7CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CBA is #548345. Grayscale: #909090. Windows color (decimal): -5538630 or 12221611. OLE color: 12221611.

HSL color Cylindrical-coordinate representation of color #AB7CBA: hue angle of 285.48º 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 #AB7CBA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 124 186 -
CMYK 0.08 0.33 0 0.27
HSL 285.48º 0.31% 0.61% -
HSV(B) 285.48º 0.33% 0.73% -
XYZ 32.87 26.62 49.86 -
YUV 145.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 171 124 186 0.08 0.33 0 0.27 285.48 0.31 0.61
Hex AB 7C BA 8 21 0 1B 11D 1F 3D
Octal 253 174 272 10 41 0 33 435 37 75
Binary 10101011 1111100 10111010 1000 100001 0 11011 100011101 11111 111101

Color Harmonies of #AB7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CBA

Black with #AB7CBA

Text Example


Text Example

White with #AB7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CBA; }

 p { color: rgb(171,124,186); }

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

background-color css

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

 a { background-color: rgb(171,124,186); }

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

border-color css

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

 span { border-color: rgb(171,124,186); }

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