Html Css Color HEX #AB385F Rouge

📋 copy color: '#AB385F'

red 171 ◦ green 56 ◦ blue 95

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

Shades of Rouge #AB385F

Tints of Rouge #AB385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 53.11%
G = 17.39%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB385F (or 0xAB385F) is known color: Rouge. HEX triplet: AB, 38 and 5F. RGB value is (171,56,95). Sum of RGB (Red+Green+Blue) = 171+56+95=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB385F is #54C7A0. Grayscale: #5E5E5E. Windows color (decimal): -5556129 or 6240427. OLE color: 6240427.

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

Color convert

RGB 171 56 95 -
CMYK 0 0.67 0.44 0.33
HSL 339.65º 0.51% 0.45% -
HSV(B) 339.65º 0.67% 0.67% -
XYZ 20.27 12.31 12.13 -
YUV 94.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 171 56 95 0 0.67 0.44 0.33 339.65 0.51 0.45
Hex AB 38 5F 0 43 2C 21 154 33 2D
Octal 253 70 137 0 103 54 41 524 63 55
Binary 10101011 111000 1011111 0 1000011 101100 100001 101010100 110011 101101

Color Harmonies of #AB385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB385F

Black with #AB385F

Text Example


Text Example

White with #AB385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB385F; }

 p { color: rgb(171,56,95); }

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

background-color css

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

 a { background-color: rgb(171,56,95); }

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

border-color css

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

 span { border-color: rgb(171,56,95); }

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