Html Css Color HEX #AB305E Rouge

📋 copy color: '#AB305E'

red 171 ◦ green 48 ◦ blue 94

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

Shades of Rouge #AB305E

Tints of Rouge #AB305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 54.63%
G = 15.34%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB305E (or 0xAB305E) is known color: Rouge. HEX triplet: AB, 30 and 5E. RGB value is (171,48,94). Sum of RGB (Red+Green+Blue) = 171+48+94=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB305E is #54CFA1. Grayscale: #595959. Windows color (decimal): -5558178 or 6172843. OLE color: 6172843.

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

Color convert

RGB 171 48 94 -
CMYK 0 0.72 0.45 0.33
HSL 337.56º 0.56% 0.43% -
HSV(B) 337.56º 0.72% 0.67% -
XYZ 19.87 11.58 11.78 -
YUV 90.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 171 48 94 0 0.72 0.45 0.33 337.56 0.56 0.43
Hex AB 30 5E 0 48 2D 21 152 38 2B
Octal 253 60 136 0 110 55 41 522 70 53
Binary 10101011 110000 1011110 0 1001000 101101 100001 101010010 111000 101011

Color Harmonies of #AB305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB305E

Black with #AB305E

Text Example


Text Example

White with #AB305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB305E; }

 p { color: rgb(171,48,94); }

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

background-color css

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

 a { background-color: rgb(171,48,94); }

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

border-color css

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

 span { border-color: rgb(171,48,94); }

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