Html Css Color HEX #AB4B7E Royal Heath

📋 copy color: '#AB4B7E'

red 171 ◦ green 75 ◦ blue 126

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

Shades of Royal Heath #AB4B7E

Tints of Royal Heath #AB4B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

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

R = 45.97%
G = 20.16%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB4B7E (or 0xAB4B7E) is known color: Royal Heath. HEX triplet: AB, 4B and 7E. RGB value is (171,75,126). Sum of RGB (Red+Green+Blue) = 171+75+126=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B7E is #54B481. Grayscale: #6D6D6D. Windows color (decimal): -5551234 or 8276907. OLE color: 8276907.

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

Color convert

RGB 171 75 126 -
CMYK 0 0.56 0.26 0.33
HSL 328.13º 0.39% 0.48% -
HSV(B) 328.13º 0.56% 0.67% -
XYZ 23.08 15.2 21.46 -
YUV 109.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 171 75 126 0 0.56 0.26 0.33 328.13 0.39 0.48
Hex AB 4B 7E 0 38 1A 21 148 27 30
Octal 253 113 176 0 70 32 41 510 47 60
Binary 10101011 1001011 1111110 0 111000 11010 100001 101001000 100111 110000

Color Harmonies of #AB4B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B7E

Black with #AB4B7E

Text Example


Text Example

White with #AB4B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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