Html Css Color HEX #A23A6C Rouge

📋 copy color: '#A23A6C'

red 162 ◦ green 58 ◦ blue 108

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

Shades of Rouge #A23A6C

Tints of Rouge #A23A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 49.39%
G = 17.68%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A23A6C (or 0xA23A6C) is known color: Rouge. HEX triplet: A2, 3A and 6C. RGB value is (162,58,108). Sum of RGB (Red+Green+Blue) = 162+58+108=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23A6C is #5DC593. Grayscale: #5E5E5E. Windows color (decimal): -6145428 or 7092898. OLE color: 7092898.

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

Color convert

RGB 162 58 108 -
CMYK 0 0.64 0.33 0.36
HSL 331.15º 0.47% 0.43% -
HSV(B) 331.15º 0.64% 0.64% -
XYZ 19.12 11.79 15.46 -
YUV 94.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 162 58 108 0 0.64 0.33 0.36 331.15 0.47 0.43
Hex A2 3A 6C 0 40 21 24 14B 2F 2B
Octal 242 72 154 0 100 41 44 513 57 53
Binary 10100010 111010 1101100 0 1000000 100001 100100 101001011 101111 101011

Color Harmonies of #A23A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A6C

Black with #A23A6C

Text Example


Text Example

White with #A23A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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