Html Css Color HEX #A23A6E Rouge

📋 copy color: '#A23A6E'

red 162 ◦ green 58 ◦ blue 110

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

Shades of Rouge #A23A6E

Tints of Rouge #A23A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 49.09%
G = 17.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A23A6E (or 0xA23A6E) is known color: Rouge. HEX triplet: A2, 3A and 6E. RGB value is (162,58,110). Sum of RGB (Red+Green+Blue) = 162+58+110=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A6E is #5DC591. Grayscale: #5E5E5E. Windows color (decimal): -6145426 or 7223970. OLE color: 7223970.

HSL color Cylindrical-coordinate representation of color #A23A6E: hue angle of 330º 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 #A23A6E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 58 110 -
CMYK 0 0.64 0.32 0.36
HSL 330º 0.47% 0.43% -
HSV(B) 330º 0.64% 0.64% -
XYZ 19.23 11.83 16.02 -
YUV 95.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 162 58 110 0 0.64 0.32 0.36 330 0.47 0.43
Hex A2 3A 6E 0 40 20 24 14A 2F 2B
Octal 242 72 156 0 100 40 44 512 57 53
Binary 10100010 111010 1101110 0 1000000 100000 100100 101001010 101111 101011

Color Harmonies of #A23A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A6E

Black with #A23A6E

Text Example


Text Example

White with #A23A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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