Html Css Color HEX #AB447E Royal Heath

📋 copy color: '#AB447E'

red 171 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #AB447E

Tints of Royal Heath #AB447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 46.85%
G = 18.63%
B = 34.52%

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

#AB447E (or 0xAB447E) is known color: Royal Heath. HEX triplet: AB, 44 and 7E. RGB value is (171,68,126). Sum of RGB (Red+Green+Blue) = 171+68+126=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB447E is #54BB81. Grayscale: #696969. Windows color (decimal): -5553026 or 8275115. OLE color: 8275115.

HSL color Cylindrical-coordinate representation of color #AB447E: hue angle of 326.21º 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 #AB447E is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 126 -
CMYK 0 0.60 0.26 0.33
HSL 326.21º 0.43% 0.47% -
HSV(B) 326.21º 0.6% 0.67% -
XYZ 22.63 14.3 21.31 -
YUV 105.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 171 68 126 0 0.60 0.26 0.33 326.21 0.43 0.47
Hex AB 44 7E 0 3C 1A 21 146 2B 2F
Octal 253 104 176 0 74 32 41 506 53 57
Binary 10101011 1000100 1111110 0 111100 11010 100001 101000110 101011 101111

Color Harmonies of #AB447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB447E

Black with #AB447E

Text Example


Text Example

White with #AB447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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