Html Css Color HEX #AB8FB4 East Side

📋 copy color: '#AB8FB4'

red 171 ◦ green 143 ◦ blue 180

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

Shades of East Side #AB8FB4

Tints of East Side #AB8FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

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

R = 34.62%
G = 28.95%
B = 36.44%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB8FB4 (or 0xAB8FB4) is known color: East Side. HEX triplet: AB, 8F and B4. RGB value is (171,143,180). Sum of RGB (Red+Green+Blue) = 171+143+180=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB8FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FB4 is #54704B. Grayscale: #9B9B9B. Windows color (decimal): -5533772 or 11833259. OLE color: 11833259.

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

Color convert

RGB 171 143 180 -
CMYK 0.05 0.21 0 0.29
HSL 285.41º 0.2% 0.63% -
HSV(B) 285.41º 0.21% 0.71% -
XYZ 34.86 31.6 47.44 -
YUV 155.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 171 143 180 0.05 0.21 0 0.29 285.41 0.2 0.63
Hex AB 8F B4 5 15 0 1D 11D 14 3F
Octal 253 217 264 5 25 0 35 435 24 77
Binary 10101011 10001111 10110100 101 10101 0 11101 100011101 10100 111111

Color Harmonies of #AB8FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FB4

Black with #AB8FB4

Text Example


Text Example

White with #AB8FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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