Html Css Color HEX #AB507B Royal Heath

📋 copy color: '#AB507B'

red 171 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #AB507B

Tints of Royal Heath #AB507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 45.72%
G = 21.39%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB507B (or 0xAB507B) is known color: Royal Heath. HEX triplet: AB, 50 and 7B. RGB value is (171,80,123). Sum of RGB (Red+Green+Blue) = 171+80+123=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB507B is #54AF84. Grayscale: #707070. Windows color (decimal): -5549957 or 8081579. OLE color: 8081579.

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

Color convert

RGB 171 80 123 -
CMYK 0 0.53 0.28 0.33
HSL 331.65º 0.36% 0.49% -
HSV(B) 331.65º 0.53% 0.67% -
XYZ 23.24 15.83 20.57 -
YUV 112.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 171 80 123 0 0.53 0.28 0.33 331.65 0.36 0.49
Hex AB 50 7B 0 35 1C 21 14C 24 31
Octal 253 120 173 0 65 34 41 514 44 61
Binary 10101011 1010000 1111011 0 110101 11100 100001 101001100 100100 110001

Color Harmonies of #AB507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB507B

Black with #AB507B

Text Example


Text Example

White with #AB507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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