Html Css Color HEX #AB71C0 East Side

📋 copy color: '#AB71C0'

red 171 ◦ green 113 ◦ blue 192

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

Shades of East Side #AB71C0

Tints of East Side #AB71C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.74%

 BLUE value IS 192 (75.39% from 255) = 40.34%

R = 35.92%
G = 23.74%
B = 40.34%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB71C0 (or 0xAB71C0) is known color: East Side. HEX triplet: AB, 71 and C0. RGB value is (171,113,192). Sum of RGB (Red+Green+Blue) = 171+113+192=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB71C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB71C0 is #548E3F. Grayscale: #8B8B8B. Windows color (decimal): -5541440 or 12612011. OLE color: 12612011.

HSL color Cylindrical-coordinate representation of color #AB71C0: hue angle of 284.05º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB71C0 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 113 192 -
CMYK 0.11 0.41 0 0.25
HSL 284.05º 0.39% 0.6% -
HSV(B) 284.05º 0.41% 0.75% -
XYZ 32.21 24.27 52.86 -
YUV 139.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 171 113 192 0.11 0.41 0 0.25 284.05 0.39 0.6
Hex AB 71 C0 B 29 0 19 11C 27 3C
Octal 253 161 300 13 51 0 31 434 47 74
Binary 10101011 1110001 11000000 1011 101001 0 11001 100011100 100111 111100

Color Harmonies of #AB71C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71C0

Black with #AB71C0

Text Example


Text Example

White with #AB71C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71C0; }

 p { color: rgb(171,113,192); }

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

background-color css

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

 a { background-color: rgb(171,113,192); }

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

border-color css

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

 span { border-color: rgb(171,113,192); }

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