Html Css Color HEX #AB4467 Rouge

📋 copy color: '#AB4467'

red 171 ◦ green 68 ◦ blue 103

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

Shades of Rouge #AB4467

Tints of Rouge #AB4467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 50%
G = 19.88%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB4467 (or 0xAB4467) is known color: Rouge. HEX triplet: AB, 44 and 67. RGB value is (171,68,103). Sum of RGB (Red+Green+Blue) = 171+68+103=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4467 is #54BB98. Grayscale: #666666. Windows color (decimal): -5553049 or 6767787. OLE color: 6767787.

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

Color convert

RGB 171 68 103 -
CMYK 0 0.60 0.40 0.33
HSL 339.61º 0.43% 0.47% -
HSV(B) 339.61º 0.6% 0.67% -
XYZ 21.31 13.77 14.37 -
YUV 102.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 171 68 103 0 0.60 0.40 0.33 339.61 0.43 0.47
Hex AB 44 67 0 3C 28 21 154 2B 2F
Octal 253 104 147 0 74 50 41 524 53 57
Binary 10101011 1000100 1100111 0 111100 101000 100001 101010100 101011 101111

Color Harmonies of #AB4467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4467

Black with #AB4467

Text Example


Text Example

White with #AB4467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4467; }

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

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

background-color css

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

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

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

border-color css

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

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

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