Html Css Color HEX #AB507F Royal Heath

📋 copy color: '#AB507F'

red 171 ◦ green 80 ◦ blue 127

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

Shades of Royal Heath #AB507F

Tints of Royal Heath #AB507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 127 (50% from 255) = 33.6%

R = 45.24%
G = 21.16%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB507F (or 0xAB507F) is known color: Royal Heath. HEX triplet: AB, 50 and 7F. RGB value is (171,80,127). Sum of RGB (Red+Green+Blue) = 171+80+127=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB507F is #54AF80. Grayscale: #707070. Windows color (decimal): -5549953 or 8343723. OLE color: 8343723.

HSL color Cylindrical-coordinate representation of color #AB507F: hue angle of 329.01º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB507F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 127 -
CMYK 0 0.53 0.26 0.33
HSL 329.01º 0.36% 0.49% -
HSV(B) 329.01º 0.53% 0.67% -
XYZ 23.49 15.93 21.91 -
YUV 112.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 171 80 127 0 0.53 0.26 0.33 329.01 0.36 0.49
Hex AB 50 7F 0 35 1A 21 149 24 31
Octal 253 120 177 0 65 32 41 511 44 61
Binary 10101011 1010000 1111111 0 110101 11010 100001 101001001 100100 110001

Color Harmonies of #AB507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB507F

Black with #AB507F

Text Example


Text Example

White with #AB507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB507F; }

 p { color: rgb(171,80,127); }

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

background-color css

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

 a { background-color: rgb(171,80,127); }

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

border-color css

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

 span { border-color: rgb(171,80,127); }

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