Html Css Color HEX #AB74BC East Side

📋 copy color: '#AB74BC'

red 171 ◦ green 116 ◦ blue 188

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

Shades of East Side #AB74BC

Tints of East Side #AB74BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 36%
G = 24.42%
B = 39.58%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB74BC (or 0xAB74BC) is known color: East Side. HEX triplet: AB, 74 and BC. RGB value is (171,116,188). Sum of RGB (Red+Green+Blue) = 171+116+188=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB74BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74BC is #548B43. Grayscale: #8C8C8C. Windows color (decimal): -5540676 or 12350635. OLE color: 12350635.

HSL color Cylindrical-coordinate representation of color #AB74BC: hue angle of 285.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB74BC is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 116 188 -
CMYK 0.09 0.38 0 0.26
HSL 285.83º 0.35% 0.6% -
HSV(B) 285.83º 0.38% 0.74% -
XYZ 32.12 24.78 50.67 -
YUV 140.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 171 116 188 0.09 0.38 0 0.26 285.83 0.35 0.6
Hex AB 74 BC 9 26 0 1A 11E 23 3C
Octal 253 164 274 11 46 0 32 436 43 74
Binary 10101011 1110100 10111100 1001 100110 0 11010 100011110 100011 111100

Color Harmonies of #AB74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74BC

Black with #AB74BC

Text Example


Text Example

White with #AB74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74BC; }

 p { color: rgb(171,116,188); }

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

background-color css

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

 a { background-color: rgb(171,116,188); }

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

border-color css

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

 span { border-color: rgb(171,116,188); }

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