Html Css Color HEX #AB84B4 East Side

📋 copy color: '#AB84B4'

red 171 ◦ green 132 ◦ blue 180

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

Shades of East Side #AB84B4

Tints of East Side #AB84B4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.33%

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

R = 35.4%
G = 27.33%
B = 37.27%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB84B4 (or 0xAB84B4) is known color: East Side. HEX triplet: AB, 84 and B4. RGB value is (171,132,180). Sum of RGB (Red+Green+Blue) = 171+132+180=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB84B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84B4 is #547B4B. Grayscale: #949494. Windows color (decimal): -5536588 or 11830443. OLE color: 11830443.

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

Color convert

RGB 171 132 180 -
CMYK 0.05 0.27 0 0.29
HSL 288.75º 0.24% 0.61% -
HSV(B) 288.75º 0.27% 0.71% -
XYZ 33.28 28.46 46.92 -
YUV 149.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 171 132 180 0.05 0.27 0 0.29 288.75 0.24 0.61
Hex AB 84 B4 5 1B 0 1D 121 18 3D
Octal 253 204 264 5 33 0 35 441 30 75
Binary 10101011 10000100 10110100 101 11011 0 11101 100100001 11000 111101

Color Harmonies of #AB84B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB84B4

Black with #AB84B4

Text Example


Text Example

White with #AB84B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB84B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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