Html Css Color HEX #AB3F67 Rouge

📋 copy color: '#AB3F67'

red 171 ◦ green 63 ◦ blue 103

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

Shades of Rouge #AB3F67

Tints of Rouge #AB3F67

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

 BLUE value IS 103 (40.63% from 255) = 30.56%

R = 50.74%
G = 18.69%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB3F67 (or 0xAB3F67) is known color: Rouge. HEX triplet: AB, 3F and 67. RGB value is (171,63,103). Sum of RGB (Red+Green+Blue) = 171+63+103=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F67 is #54C098. Grayscale: #636363. Windows color (decimal): -5554329 or 6766507. OLE color: 6766507.

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

Color convert

RGB 171 63 103 -
CMYK 0 0.63 0.40 0.33
HSL 337.78º 0.46% 0.46% -
HSV(B) 337.78º 0.63% 0.67% -
XYZ 21.02 13.19 14.27 -
YUV 99.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 171 63 103 0 0.63 0.40 0.33 337.78 0.46 0.46
Hex AB 3F 67 0 3F 28 21 152 2E 2E
Octal 253 77 147 0 77 50 41 522 56 56
Binary 10101011 111111 1100111 0 111111 101000 100001 101010010 101110 101110

Color Harmonies of #AB3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F67

Black with #AB3F67

Text Example


Text Example

White with #AB3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F67; }

 p { color: rgb(171,63,103); }

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

background-color css

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

 a { background-color: rgb(171,63,103); }

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

border-color css

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

 span { border-color: rgb(171,63,103); }

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