Html Css Color HEX #AB5875 Royal Heath

📋 copy color: '#AB5875'

red 171 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #AB5875

Tints of Royal Heath #AB5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 45.48%
G = 23.4%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB5875 (or 0xAB5875) is known color: Royal Heath. HEX triplet: AB, 58 and 75. RGB value is (171,88,117). Sum of RGB (Red+Green+Blue) = 171+88+117=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5875 is #54A78A. Grayscale: #747474. Windows color (decimal): -5547915 or 7690411. OLE color: 7690411.

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

Color convert

RGB 171 88 117 -
CMYK 0 0.49 0.32 0.33
HSL 339.04º 0.33% 0.51% -
HSV(B) 339.04º 0.49% 0.67% -
XYZ 23.5 16.92 18.86 -
YUV 116.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 171 88 117 0 0.49 0.32 0.33 339.04 0.33 0.51
Hex AB 58 75 0 31 20 21 153 21 33
Octal 253 130 165 0 61 40 41 523 41 63
Binary 10101011 1011000 1110101 0 110001 100000 100001 101010011 100001 110011

Color Harmonies of #AB5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5875

Black with #AB5875

Text Example


Text Example

White with #AB5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5875; }

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

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

background-color css

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

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

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

border-color css

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

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

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