Html Css Color HEX #AB527F Royal Heath

📋 copy color: '#AB527F'

red 171 ◦ green 82 ◦ blue 127

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

Shades of Royal Heath #AB527F

Tints of Royal Heath #AB527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.58%

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

R = 45%
G = 21.58%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB527F (or 0xAB527F) is known color: Royal Heath. HEX triplet: AB, 52 and 7F. RGB value is (171,82,127). Sum of RGB (Red+Green+Blue) = 171+82+127=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB527F is #54AD80. Grayscale: #717171. Windows color (decimal): -5549441 or 8344235. OLE color: 8344235.

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

Color convert

RGB 171 82 127 -
CMYK 0 0.52 0.26 0.33
HSL 329.66º 0.35% 0.5% -
HSV(B) 329.66º 0.52% 0.67% -
XYZ 23.64 16.22 21.96 -
YUV 113.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 171 82 127 0 0.52 0.26 0.33 329.66 0.35 0.5
Hex AB 52 7F 0 34 1A 21 14A 23 32
Octal 253 122 177 0 64 32 41 512 43 62
Binary 10101011 1010010 1111111 0 110100 11010 100001 101001010 100011 110010

Color Harmonies of #AB527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB527F

Black with #AB527F

Text Example


Text Example

White with #AB527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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