Html Css Color HEX #AB427D Royal Heath

📋 copy color: '#AB427D'

red 171 ◦ green 66 ◦ blue 125

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

Shades of Royal Heath #AB427D

Tints of Royal Heath #AB427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

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

R = 47.24%
G = 18.23%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB427D (or 0xAB427D) is known color: Royal Heath. HEX triplet: AB, 42 and 7D. RGB value is (171,66,125). Sum of RGB (Red+Green+Blue) = 171+66+125=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB427D is #54BD82. Grayscale: #676767. Windows color (decimal): -5553539 or 8209067. OLE color: 8209067.

HSL color Cylindrical-coordinate representation of color #AB427D: hue angle of 326.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB427D is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 125 -
CMYK 0 0.61 0.27 0.33
HSL 326.29º 0.44% 0.46% -
HSV(B) 326.29º 0.61% 0.67% -
XYZ 22.44 14.04 20.93 -
YUV 104.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 171 66 125 0 0.61 0.27 0.33 326.29 0.44 0.46
Hex AB 42 7D 0 3D 1B 21 146 2C 2E
Octal 253 102 175 0 75 33 41 506 54 56
Binary 10101011 1000010 1111101 0 111101 11011 100001 101000110 101100 101110

Color Harmonies of #AB427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB427D

Black with #AB427D

Text Example


Text Example

White with #AB427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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