Html Css Color HEX #AB3068 Rouge

📋 copy color: '#AB3068'

red 171 ◦ green 48 ◦ blue 104

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

Shades of Rouge #AB3068

Tints of Rouge #AB3068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 52.94%
G = 14.86%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB3068 (or 0xAB3068) is known color: Rouge. HEX triplet: AB, 30 and 68. RGB value is (171,48,104). Sum of RGB (Red+Green+Blue) = 171+48+104=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3068 is #54CF97. Grayscale: #5B5B5B. Windows color (decimal): -5558168 or 6828203. OLE color: 6828203.

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

Color convert

RGB 171 48 104 -
CMYK 0 0.72 0.39 0.33
HSL 332.68º 0.56% 0.43% -
HSV(B) 332.68º 0.72% 0.67% -
XYZ 20.35 11.77 14.3 -
YUV 91.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 171 48 104 0 0.72 0.39 0.33 332.68 0.56 0.43
Hex AB 30 68 0 48 27 21 14D 38 2B
Octal 253 60 150 0 110 47 41 515 70 53
Binary 10101011 110000 1101000 0 1001000 100111 100001 101001101 111000 101011

Color Harmonies of #AB3068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3068

Black with #AB3068

Text Example


Text Example

White with #AB3068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3068; }

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

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

background-color css

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

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

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

border-color css

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

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

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