Html Css Color HEX #AB447F Royal Heath

📋 copy color: '#AB447F'

red 171 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #AB447F

Tints of Royal Heath #AB447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

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

R = 46.72%
G = 18.58%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB447F (or 0xAB447F) is known color: Royal Heath. HEX triplet: AB, 44 and 7F. RGB value is (171,68,127). Sum of RGB (Red+Green+Blue) = 171+68+127=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB447F is #54BB80. Grayscale: #696969. Windows color (decimal): -5553025 or 8340651. OLE color: 8340651.

HSL color Cylindrical-coordinate representation of color #AB447F: hue angle of 325.63º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB447F is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 127 -
CMYK 0 0.60 0.26 0.33
HSL 325.63º 0.43% 0.47% -
HSV(B) 325.63º 0.6% 0.67% -
XYZ 22.69 14.32 21.65 -
YUV 105.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 171 68 127 0 0.60 0.26 0.33 325.63 0.43 0.47
Hex AB 44 7F 0 3C 1A 21 146 2B 2F
Octal 253 104 177 0 74 32 41 506 53 57
Binary 10101011 1000100 1111111 0 111100 11010 100001 101000110 101011 101111

Color Harmonies of #AB447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB447F

Black with #AB447F

Text Example


Text Example

White with #AB447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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