Html Css Color HEX #A23A70 Rouge

📋 copy color: '#A23A70'

red 162 ◦ green 58 ◦ blue 112

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

Shades of Rouge #A23A70

Tints of Rouge #A23A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

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

R = 48.8%
G = 17.47%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A23A70 (or 0xA23A70) is known color: Rouge. HEX triplet: A2, 3A and 70. RGB value is (162,58,112). Sum of RGB (Red+Green+Blue) = 162+58+112=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A70 is #5DC58F. Grayscale: #5F5F5F. Windows color (decimal): -6145424 or 7355042. OLE color: 7355042.

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

Color convert

RGB 162 58 112 -
CMYK 0 0.64 0.31 0.36
HSL 328.85º 0.47% 0.43% -
HSV(B) 328.85º 0.64% 0.64% -
XYZ 19.34 11.88 16.6 -
YUV 95.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 162 58 112 0 0.64 0.31 0.36 328.85 0.47 0.43
Hex A2 3A 70 0 40 1F 24 149 2F 2B
Octal 242 72 160 0 100 37 44 511 57 53
Binary 10100010 111010 1110000 0 1000000 11111 100100 101001001 101111 101011

Color Harmonies of #A23A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A70

Black with #A23A70

Text Example


Text Example

White with #A23A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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