Html Css Color HEX #AB3062 Rouge

📋 copy color: '#AB3062'

red 171 ◦ green 48 ◦ blue 98

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

Shades of Rouge #AB3062

Tints of Rouge #AB3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 53.94%
G = 15.14%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB3062 (or 0xAB3062) is known color: Rouge. HEX triplet: AB, 30 and 62. RGB value is (171,48,98). Sum of RGB (Red+Green+Blue) = 171+48+98=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3062 is #54CF9D. Grayscale: #5A5A5A. Windows color (decimal): -5558174 or 6434987. OLE color: 6434987.

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

Color convert

RGB 171 48 98 -
CMYK 0 0.72 0.43 0.33
HSL 335.61º 0.56% 0.43% -
HSV(B) 335.61º 0.72% 0.67% -
XYZ 20.06 11.65 12.75 -
YUV 90.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 171 48 98 0 0.72 0.43 0.33 335.61 0.56 0.43
Hex AB 30 62 0 48 2B 21 150 38 2B
Octal 253 60 142 0 110 53 41 520 70 53
Binary 10101011 110000 1100010 0 1001000 101011 100001 101010000 111000 101011

Color Harmonies of #AB3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3062

Black with #AB3062

Text Example


Text Example

White with #AB3062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3062; }

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

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

background-color css

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

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

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

border-color css

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

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

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