Html Css Color HEX #AB4580 Royal Heath

📋 copy color: '#AB4580'

red 171 ◦ green 69 ◦ blue 128

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

Shades of Royal Heath #AB4580

Tints of Royal Heath #AB4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.75%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 46.47%
G = 18.75%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB4580 (or 0xAB4580) is known color: Royal Heath. HEX triplet: AB, 45 and 80. RGB value is (171,69,128). Sum of RGB (Red+Green+Blue) = 171+69+128=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4580 is #54BA7F. Grayscale: #6A6A6A. Windows color (decimal): -5552768 or 8406443. OLE color: 8406443.

HSL color Cylindrical-coordinate representation of color #AB4580: hue angle of 325.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4580 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 128 -
CMYK 0 0.60 0.25 0.33
HSL 325.29º 0.43% 0.47% -
HSV(B) 325.29º 0.6% 0.67% -
XYZ 22.82 14.47 22.01 -
YUV 106.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 171 69 128 0 0.60 0.25 0.33 325.29 0.43 0.47
Hex AB 45 80 0 3C 19 21 145 2A 2F
Octal 253 105 200 0 74 31 41 505 52 57
Binary 10101011 1000101 10000000 0 111100 11001 100001 101000101 101010 101111

Color Harmonies of #AB4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4580

Black with #AB4580

Text Example


Text Example

White with #AB4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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