Html Css Color HEX #AB417A Royal Heath

📋 copy color: '#AB417A'

red 171 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #AB417A

Tints of Royal Heath #AB417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

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

R = 47.77%
G = 18.16%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB417A (or 0xAB417A) is known color: Royal Heath. HEX triplet: AB, 41 and 7A. RGB value is (171,65,122). Sum of RGB (Red+Green+Blue) = 171+65+122=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB417A is #54BE85. Grayscale: #676767. Windows color (decimal): -5553798 or 8012203. OLE color: 8012203.

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

Color convert

RGB 171 65 122 -
CMYK 0 0.62 0.29 0.33
HSL 327.74º 0.45% 0.46% -
HSV(B) 327.74º 0.62% 0.67% -
XYZ 22.2 13.84 19.91 -
YUV 103.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 171 65 122 0 0.62 0.29 0.33 327.74 0.45 0.46
Hex AB 41 7A 0 3E 1D 21 148 2D 2E
Octal 253 101 172 0 76 35 41 510 55 56
Binary 10101011 1000001 1111010 0 111110 11101 100001 101001000 101101 101110

Color Harmonies of #AB417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB417A

Black with #AB417A

Text Example


Text Example

White with #AB417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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