Html Css Color HEX #AB407B Royal Heath

📋 copy color: '#AB407B'

red 171 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #AB407B

Tints of Royal Heath #AB407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 47.77%
G = 17.88%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB407B (or 0xAB407B) is known color: Royal Heath. HEX triplet: AB, 40 and 7B. RGB value is (171,64,123). Sum of RGB (Red+Green+Blue) = 171+64+123=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB407B is #54BF84. Grayscale: #666666. Windows color (decimal): -5554053 or 8077483. OLE color: 8077483.

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

Color convert

RGB 171 64 123 -
CMYK 0 0.63 0.28 0.33
HSL 326.92º 0.46% 0.46% -
HSV(B) 326.92º 0.63% 0.67% -
XYZ 22.2 13.75 20.22 -
YUV 102.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 171 64 123 0 0.63 0.28 0.33 326.92 0.46 0.46
Hex AB 40 7B 0 3F 1C 21 147 2E 2E
Octal 253 100 173 0 77 34 41 507 56 56
Binary 10101011 1000000 1111011 0 111111 11100 100001 101000111 101110 101110

Color Harmonies of #AB407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB407B

Black with #AB407B

Text Example


Text Example

White with #AB407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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