Html Css Color HEX #AD2B6B Rouge

📋 copy color: '#AD2B6B'

red 173 ◦ green 43 ◦ blue 107

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

Shades of Rouge #AD2B6B

Tints of Rouge #AD2B6B

RGB

 RED value IS 173 (67.97% from 255) = 53.56%

 GREEN value IS 43 (17.19% from 255) = 13.31%

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

R = 53.56%
G = 13.31%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD2B6B (or 0xAD2B6B) is known color: Rouge. HEX triplet: AD, 2B and 6B. RGB value is (173,43,107). Sum of RGB (Red+Green+Blue) = 173+43+107=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B6B is #52D494. Grayscale: #595959. Windows color (decimal): -5428373 or 7023533. OLE color: 7023533.

HSL color Cylindrical-coordinate representation of color #AD2B6B: hue angle of 330.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B6B is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 43 107 -
CMYK 0 0.75 0.38 0.32
HSL 330.46º 0.6% 0.42% -
HSV(B) 330.46º 0.75% 0.68% -
XYZ 20.75 11.67 15.07 -
YUV 89.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 173 43 107 0 0.75 0.38 0.32 330.46 0.6 0.42
Hex AD 2B 6B 0 4B 26 20 14A 3C 2A
Octal 255 53 153 0 113 46 40 512 74 52
Binary 10101101 101011 1101011 0 1001011 100110 100000 101001010 111100 101010

Color Harmonies of #AD2B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B6B

Black with #AD2B6B

Text Example


Text Example

White with #AD2B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B6B; }

 p { color: rgb(173,43,107); }

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

background-color css

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

 a { background-color: rgb(173,43,107); }

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

border-color css

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

 span { border-color: rgb(173,43,107); }

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