Html Css Color HEX #A23D74 Rouge

📋 copy color: '#A23D74'

red 162 ◦ green 61 ◦ blue 116

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

Shades of Rouge #A23D74

Tints of Rouge #A23D74

RGB

 RED value IS 162 (63.67% from 255) = 47.79%

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 47.79%
G = 17.99%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A23D74 (or 0xA23D74) is known color: Rouge. HEX triplet: A2, 3D and 74. RGB value is (162,61,116). Sum of RGB (Red+Green+Blue) = 162+61+116=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D74 is #5DC28B. Grayscale: #616161. Windows color (decimal): -6144652 or 7617954. OLE color: 7617954.

HSL color Cylindrical-coordinate representation of color #A23D74: hue angle of 327.33º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D74 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 61 116 -
CMYK 0 0.62 0.28 0.36
HSL 327.33º 0.45% 0.44% -
HSV(B) 327.33º 0.62% 0.64% -
XYZ 19.72 12.28 17.85 -
YUV 97.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 162 61 116 0 0.62 0.28 0.36 327.33 0.45 0.44
Hex A2 3D 74 0 3E 1C 24 147 2D 2C
Octal 242 75 164 0 76 34 44 507 55 54
Binary 10100010 111101 1110100 0 111110 11100 100100 101000111 101101 101100

Color Harmonies of #A23D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D74

Black with #A23D74

Text Example


Text Example

White with #A23D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D74; }

 p { color: rgb(162,61,116); }

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

background-color css

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

 a { background-color: rgb(162,61,116); }

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

border-color css

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

 span { border-color: rgb(162,61,116); }

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