Html Css Color HEX #AB74BE East Side

📋 copy color: '#AB74BE'

red 171 ◦ green 116 ◦ blue 190

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

Shades of East Side #AB74BE

Tints of East Side #AB74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 35.85%
G = 24.32%
B = 39.83%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB74BE (or 0xAB74BE) is known color: East Side. HEX triplet: AB, 74 and BE. RGB value is (171,116,190). Sum of RGB (Red+Green+Blue) = 171+116+190=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74BE is #548B41. Grayscale: #8C8C8C. Windows color (decimal): -5540674 or 12481707. OLE color: 12481707.

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

Color convert

RGB 171 116 190 -
CMYK 0.10 0.39 0 0.25
HSL 284.59º 0.36% 0.6% -
HSV(B) 284.59º 0.39% 0.75% -
XYZ 32.33 24.87 51.81 -
YUV 140.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 171 116 190 0.10 0.39 0 0.25 284.59 0.36 0.6
Hex AB 74 BE A 27 0 19 11D 24 3C
Octal 253 164 276 12 47 0 31 435 44 74
Binary 10101011 1110100 10111110 1010 100111 0 11001 100011101 100100 111100

Color Harmonies of #AB74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74BE

Black with #AB74BE

Text Example


Text Example

White with #AB74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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