Html Css Color HEX #AB78C0 East Side

📋 copy color: '#AB78C0'

red 171 ◦ green 120 ◦ blue 192

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

Shades of East Side #AB78C0

Tints of East Side #AB78C0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.84%

 BLUE value IS 192 (75.39% from 255) = 39.75%

R = 35.4%
G = 24.84%
B = 39.75%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB78C0 (or 0xAB78C0) is known color: East Side. HEX triplet: AB, 78 and C0. RGB value is (171,120,192). Sum of RGB (Red+Green+Blue) = 171+120+192=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB78C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78C0 is #54873F. Grayscale: #8F8F8F. Windows color (decimal): -5539648 or 12613803. OLE color: 12613803.

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

Color convert

RGB 171 120 192 -
CMYK 0.11 0.38 0 0.25
HSL 282.5º 0.36% 0.61% -
HSV(B) 282.5º 0.38% 0.75% -
XYZ 33.03 25.9 53.13 -
YUV 143.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 171 120 192 0.11 0.38 0 0.25 282.5 0.36 0.61
Hex AB 78 C0 B 26 0 19 11A 24 3D
Octal 253 170 300 13 46 0 31 432 44 75
Binary 10101011 1111000 11000000 1011 100110 0 11001 100011010 100100 111101

Color Harmonies of #AB78C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78C0

Black with #AB78C0

Text Example


Text Example

White with #AB78C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78C0; }

 p { color: rgb(171,120,192); }

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

background-color css

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

 a { background-color: rgb(171,120,192); }

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

border-color css

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

 span { border-color: rgb(171,120,192); }

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