Html Css Color HEX #AB7DB8 East Side

📋 copy color: '#AB7DB8'

red 171 ◦ green 125 ◦ blue 184

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

Shades of East Side #AB7DB8

Tints of East Side #AB7DB8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 184 (72.27% from 255) = 38.33%

R = 35.63%
G = 26.04%
B = 38.33%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB7DB8 (or 0xAB7DB8) is known color: East Side. HEX triplet: AB, 7D and B8. RGB value is (171,125,184). Sum of RGB (Red+Green+Blue) = 171+125+184=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB7DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DB8 is #548247. Grayscale: #919191. Windows color (decimal): -5538376 or 12090795. OLE color: 12090795.

HSL color Cylindrical-coordinate representation of color #AB7DB8: hue angle of 286.78º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7DB8 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 125 184 -
CMYK 0.07 0.32 0 0.28
HSL 286.78º 0.29% 0.61% -
HSV(B) 286.78º 0.32% 0.72% -
XYZ 32.78 26.79 48.79 -
YUV 145.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 171 125 184 0.07 0.32 0 0.28 286.78 0.29 0.61
Hex AB 7D B8 7 20 0 1C 11F 1D 3D
Octal 253 175 270 7 40 0 34 437 35 75
Binary 10101011 1111101 10111000 111 100000 0 11100 100011111 11101 111101

Color Harmonies of #AB7DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DB8

Black with #AB7DB8

Text Example


Text Example

White with #AB7DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DB8; }

 p { color: rgb(171,125,184); }

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

background-color css

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

 a { background-color: rgb(171,125,184); }

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

border-color css

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

 span { border-color: rgb(171,125,184); }

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