Html Css Color HEX #AB306A Rouge

📋 copy color: '#AB306A'

red 171 ◦ green 48 ◦ blue 106

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

Shades of Rouge #AB306A

Tints of Rouge #AB306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 52.62%
G = 14.77%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB306A (or 0xAB306A) is known color: Rouge. HEX triplet: AB, 30 and 6A. RGB value is (171,48,106). Sum of RGB (Red+Green+Blue) = 171+48+106=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB306A is #54CF95. Grayscale: #5B5B5B. Windows color (decimal): -5558166 or 6959275. OLE color: 6959275.

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

Color convert

RGB 171 48 106 -
CMYK 0 0.72 0.38 0.33
HSL 331.71º 0.56% 0.43% -
HSV(B) 331.71º 0.72% 0.67% -
XYZ 20.45 11.81 14.84 -
YUV 91.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 171 48 106 0 0.72 0.38 0.33 331.71 0.56 0.43
Hex AB 30 6A 0 48 26 21 14C 38 2B
Octal 253 60 152 0 110 46 41 514 70 53
Binary 10101011 110000 1101010 0 1001000 100110 100001 101001100 111000 101011

Color Harmonies of #AB306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB306A

Black with #AB306A

Text Example


Text Example

White with #AB306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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