Html Css Color HEX #AB7DCF East Side

📋 copy color: '#AB7DCF'

red 171 ◦ green 125 ◦ blue 207

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

Shades of East Side #AB7DCF

Tints of East Side #AB7DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 34%
G = 24.85%
B = 41.15%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB7DCF (or 0xAB7DCF) is known color: East Side. HEX triplet: AB, 7D and CF. RGB value is (171,125,207). Sum of RGB (Red+Green+Blue) = 171+125+207=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DCF is #548230. Grayscale: #939393. Windows color (decimal): -5538353 or 13598123. OLE color: 13598123.

HSL color Cylindrical-coordinate representation of color #AB7DCF: hue angle of 273.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB7DCF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 125 207 -
CMYK 0.17 0.40 0 0.19
HSL 273.66º 0.46% 0.65% -
HSV(B) 273.66º 0.4% 0.81% -
XYZ 35.39 27.83 62.54 -
YUV 148.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 171 125 207 0.17 0.40 0 0.19 273.66 0.46 0.65
Hex AB 7D CF 11 28 0 13 112 2E 41
Octal 253 175 317 21 50 0 23 422 56 101
Binary 10101011 1111101 11001111 10001 101000 0 10011 100010010 101110 1000001

Color Harmonies of #AB7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DCF

Black with #AB7DCF

Text Example


Text Example

White with #AB7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DCF; }

 p { color: rgb(171,125,207); }

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

background-color css

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

 a { background-color: rgb(171,125,207); }

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

border-color css

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

 span { border-color: rgb(171,125,207); }

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