Html Css Color HEX #AB507A Royal Heath

📋 copy color: '#AB507A'

red 171 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #AB507A

Tints of Royal Heath #AB507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 45.84%
G = 21.45%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB507A (or 0xAB507A) is known color: Royal Heath. HEX triplet: AB, 50 and 7A. RGB value is (171,80,122). Sum of RGB (Red+Green+Blue) = 171+80+122=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB507A is #54AF85. Grayscale: #6F6F6F. Windows color (decimal): -5549958 or 8016043. OLE color: 8016043.

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

Color convert

RGB 171 80 122 -
CMYK 0 0.53 0.29 0.33
HSL 332.31º 0.36% 0.49% -
HSV(B) 332.31º 0.53% 0.67% -
XYZ 23.18 15.8 20.24 -
YUV 112 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 171 80 122 0 0.53 0.29 0.33 332.31 0.36 0.49
Hex AB 50 7A 0 35 1D 21 14C 24 31
Octal 253 120 172 0 65 35 41 514 44 61
Binary 10101011 1010000 1111010 0 110101 11101 100001 101001100 100100 110001

Color Harmonies of #AB507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB507A

Black with #AB507A

Text Example


Text Example

White with #AB507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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