Html Css Color HEX #AD306B Rouge

📋 copy color: '#AD306B'

red 173 ◦ green 48 ◦ blue 107

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

Shades of Rouge #AD306B

Tints of Rouge #AD306B

RGB

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

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

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

R = 52.74%
G = 14.63%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD306B (or 0xAD306B) is known color: Rouge. HEX triplet: AD, 30 and 6B. RGB value is (173,48,107). Sum of RGB (Red+Green+Blue) = 173+48+107=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD306B is #52CF94. Grayscale: #5B5B5B. Windows color (decimal): -5427093 or 7024813. OLE color: 7024813.

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

Color convert

RGB 173 48 107 -
CMYK 0 0.72 0.38 0.32
HSL 331.68º 0.57% 0.43% -
HSV(B) 331.68º 0.72% 0.68% -
XYZ 20.94 12.06 15.13 -
YUV 92.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 173 48 107 0 0.72 0.38 0.32 331.68 0.57 0.43
Hex AD 30 6B 0 48 26 20 14C 39 2B
Octal 255 60 153 0 110 46 40 514 71 53
Binary 10101101 110000 1101011 0 1001000 100110 100000 101001100 111001 101011

Color Harmonies of #AD306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD306B

Black with #AD306B

Text Example


Text Example

White with #AD306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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