Html Css Color HEX #AB3268 Rouge

📋 copy color: '#AB3268'

red 171 ◦ green 50 ◦ blue 104

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

Shades of Rouge #AB3268

Tints of Rouge #AB3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 52.62%
G = 15.38%
B = 32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB3268 (or 0xAB3268) is known color: Rouge. HEX triplet: AB, 32 and 68. RGB value is (171,50,104). Sum of RGB (Red+Green+Blue) = 171+50+104=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3268 is #54CD97. Grayscale: #5C5C5C. Windows color (decimal): -5557656 or 6828715. OLE color: 6828715.

HSL color Cylindrical-coordinate representation of color #AB3268: hue angle of 333.22º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3268 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 104 -
CMYK 0 0.71 0.39 0.33
HSL 333.22º 0.55% 0.43% -
HSV(B) 333.22º 0.71% 0.67% -
XYZ 20.43 11.94 14.32 -
YUV 92.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 171 50 104 0 0.71 0.39 0.33 333.22 0.55 0.43
Hex AB 32 68 0 47 27 21 14D 37 2B
Octal 253 62 150 0 107 47 41 515 67 53
Binary 10101011 110010 1101000 0 1000111 100111 100001 101001101 110111 101011

Color Harmonies of #AB3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3268

Black with #AB3268

Text Example


Text Example

White with #AB3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3268; }

 p { color: rgb(171,50,104); }

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

background-color css

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

 a { background-color: rgb(171,50,104); }

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

border-color css

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

 span { border-color: rgb(171,50,104); }

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