Html Css Color HEX #AB4469 Rouge

📋 copy color: '#AB4469'

red 171 ◦ green 68 ◦ blue 105

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

Shades of Rouge #AB4469

Tints of Rouge #AB4469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 49.71%
G = 19.77%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4469 (or 0xAB4469) is known color: Rouge. HEX triplet: AB, 44 and 69. RGB value is (171,68,105). Sum of RGB (Red+Green+Blue) = 171+68+105=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4469 is #54BB96. Grayscale: #666666. Windows color (decimal): -5553047 or 6898859. OLE color: 6898859.

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

Color convert

RGB 171 68 105 -
CMYK 0 0.60 0.39 0.33
HSL 338.45º 0.43% 0.47% -
HSV(B) 338.45º 0.6% 0.67% -
XYZ 21.41 13.81 14.9 -
YUV 103.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 171 68 105 0 0.60 0.39 0.33 338.45 0.43 0.47
Hex AB 44 69 0 3C 27 21 152 2B 2F
Octal 253 104 151 0 74 47 41 522 53 57
Binary 10101011 1000100 1101001 0 111100 100111 100001 101010010 101011 101111

Color Harmonies of #AB4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4469

Black with #AB4469

Text Example


Text Example

White with #AB4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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