Html Css Color HEX #AB507D Royal Heath

📋 copy color: '#AB507D'

red 171 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #AB507D

Tints of Royal Heath #AB507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 45.48%
G = 21.28%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB507D (or 0xAB507D) is known color: Royal Heath. HEX triplet: AB, 50 and 7D. RGB value is (171,80,125). Sum of RGB (Red+Green+Blue) = 171+80+125=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB507D is #54AF82. Grayscale: #707070. Windows color (decimal): -5549955 or 8212651. OLE color: 8212651.

HSL color Cylindrical-coordinate representation of color #AB507D: hue angle of 330.33º 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 #AB507D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 125 -
CMYK 0 0.53 0.27 0.33
HSL 330.33º 0.36% 0.49% -
HSV(B) 330.33º 0.53% 0.67% -
XYZ 23.36 15.88 21.23 -
YUV 112.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 171 80 125 0 0.53 0.27 0.33 330.33 0.36 0.49
Hex AB 50 7D 0 35 1B 21 14A 24 31
Octal 253 120 175 0 65 33 41 512 44 61
Binary 10101011 1010000 1111101 0 110101 11011 100001 101001010 100100 110001

Color Harmonies of #AB507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB507D

Black with #AB507D

Text Example


Text Example

White with #AB507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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