Html Css Color HEX #AB306B Rouge

📋 copy color: '#AB306B'

red 171 ◦ green 48 ◦ blue 107

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

Shades of Rouge #AB306B

Tints of Rouge #AB306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 52.45%
G = 14.72%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB306B (or 0xAB306B) is known color: Rouge. HEX triplet: AB, 30 and 6B. RGB value is (171,48,107). Sum of RGB (Red+Green+Blue) = 171+48+107=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB306B is #54CF94. Grayscale: #5B5B5B. Windows color (decimal): -5558165 or 7024811. OLE color: 7024811.

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

Color convert

RGB 171 48 107 -
CMYK 0 0.72 0.37 0.33
HSL 331.22º 0.56% 0.43% -
HSV(B) 331.22º 0.72% 0.67% -
XYZ 20.51 11.83 15.11 -
YUV 91.5 136.75 184.7 -
System Red Green Blue C M Y K H S L
Decimal 171 48 107 0 0.72 0.37 0.33 331.22 0.56 0.43
Hex AB 30 6B 0 48 25 21 14B 38 2B
Octal 253 60 153 0 110 45 41 513 70 53
Binary 10101011 110000 1101011 0 1001000 100101 100001 101001011 111000 101011

Color Harmonies of #AB306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB306B

Black with #AB306B

Text Example


Text Example

White with #AB306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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