Html Css Color HEX #AB3C75 Royal Heath

📋 copy color: '#AB3C75'

red 171 ◦ green 60 ◦ blue 117

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

Shades of Royal Heath #AB3C75

Tints of Royal Heath #AB3C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 49.14%
G = 17.24%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB3C75 (or 0xAB3C75) is known color: Royal Heath. HEX triplet: AB, 3C and 75. RGB value is (171,60,117). Sum of RGB (Red+Green+Blue) = 171+60+117=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C75 is #54C38A. Grayscale: #636363. Windows color (decimal): -5555083 or 7683243. OLE color: 7683243.

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

Color convert

RGB 171 60 117 -
CMYK 0 0.65 0.32 0.33
HSL 329.19º 0.48% 0.45% -
HSV(B) 329.19º 0.65% 0.67% -
XYZ 21.62 13.17 18.23 -
YUV 99.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 171 60 117 0 0.65 0.32 0.33 329.19 0.48 0.45
Hex AB 3C 75 0 41 20 21 149 30 2D
Octal 253 74 165 0 101 40 41 511 60 55
Binary 10101011 111100 1110101 0 1000001 100000 100001 101001001 110000 101101

Color Harmonies of #AB3C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C75

Black with #AB3C75

Text Example


Text Example

White with #AB3C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C75; }

 p { color: rgb(171,60,117); }

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

background-color css

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

 a { background-color: rgb(171,60,117); }

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

border-color css

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

 span { border-color: rgb(171,60,117); }

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