Html Css Color HEX #A23270 Rouge

📋 copy color: '#A23270'

red 162 ◦ green 50 ◦ blue 112

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

Shades of Rouge #A23270

Tints of Rouge #A23270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 50%
G = 15.43%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A23270 (or 0xA23270) is known color: Rouge. HEX triplet: A2, 32 and 70. RGB value is (162,50,112). Sum of RGB (Red+Green+Blue) = 162+50+112=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A23270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23270 is #5DCD8F. Grayscale: #5A5A5A. Windows color (decimal): -6147472 or 7352994. OLE color: 7352994.

HSL color Cylindrical-coordinate representation of color #A23270: hue angle of 326.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23270 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 112 -
CMYK 0 0.69 0.31 0.36
HSL 326.79º 0.53% 0.42% -
HSV(B) 326.79º 0.69% 0.64% -
XYZ 18.97 11.13 16.48 -
YUV 90.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 162 50 112 0 0.69 0.31 0.36 326.79 0.53 0.42
Hex A2 32 70 0 45 1F 24 147 35 2A
Octal 242 62 160 0 105 37 44 507 65 52
Binary 10100010 110010 1110000 0 1000101 11111 100100 101000111 110101 101010

Color Harmonies of #A23270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23270

Black with #A23270

Text Example


Text Example

White with #A23270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23270; }

 p { color: rgb(162,50,112); }

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

background-color css

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

 a { background-color: rgb(162,50,112); }

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

border-color css

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

 span { border-color: rgb(162,50,112); }

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