Html Css Color HEX #AB80B4 East Side

📋 copy color: '#AB80B4'

red 171 ◦ green 128 ◦ blue 180

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

Shades of East Side #AB80B4

Tints of East Side #AB80B4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.72%

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 35.7%
G = 26.72%
B = 37.58%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB80B4 (or 0xAB80B4) is known color: East Side. HEX triplet: AB, 80 and B4. RGB value is (171,128,180). Sum of RGB (Red+Green+Blue) = 171+128+180=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB80B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80B4 is #547F4B. Grayscale: #929292. Windows color (decimal): -5537612 or 11829419. OLE color: 11829419.

HSL color Cylindrical-coordinate representation of color #AB80B4: hue angle of 289.62º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB80B4 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 128 180 -
CMYK 0.05 0.29 0 0.29
HSL 289.62º 0.26% 0.6% -
HSV(B) 289.62º 0.29% 0.71% -
XYZ 32.75 27.39 46.74 -
YUV 146.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 171 128 180 0.05 0.29 0 0.29 289.62 0.26 0.6
Hex AB 80 B4 5 1D 0 1D 122 1A 3C
Octal 253 200 264 5 35 0 35 442 32 74
Binary 10101011 10000000 10110100 101 11101 0 11101 100100010 11010 111100

Color Harmonies of #AB80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80B4

Black with #AB80B4

Text Example


Text Example

White with #AB80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80B4; }

 p { color: rgb(171,128,180); }

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

background-color css

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

 a { background-color: rgb(171,128,180); }

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

border-color css

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

 span { border-color: rgb(171,128,180); }

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