Html Css Color HEX #A23B6A Rouge

📋 copy color: '#A23B6A'

red 162 ◦ green 59 ◦ blue 106

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

Shades of Rouge #A23B6A

Tints of Rouge #A23B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.04%

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 49.54%
G = 18.04%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A23B6A (or 0xA23B6A) is known color: Rouge. HEX triplet: A2, 3B and 6A. RGB value is (162,59,106). Sum of RGB (Red+Green+Blue) = 162+59+106=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B6A is #5DC495. Grayscale: #5F5F5F. Windows color (decimal): -6145174 or 6962082. OLE color: 6962082.

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

Color convert

RGB 162 59 106 -
CMYK 0 0.64 0.35 0.36
HSL 332.62º 0.47% 0.43% -
HSV(B) 332.62º 0.64% 0.64% -
XYZ 19.07 11.85 14.92 -
YUV 95.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 162 59 106 0 0.64 0.35 0.36 332.62 0.47 0.43
Hex A2 3B 6A 0 40 23 24 14D 2F 2B
Octal 242 73 152 0 100 43 44 515 57 53
Binary 10100010 111011 1101010 0 1000000 100011 100100 101001101 101111 101011

Color Harmonies of #A23B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B6A

Black with #A23B6A

Text Example


Text Example

White with #A23B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B6A; }

 p { color: rgb(162,59,106); }

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

background-color css

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

 a { background-color: rgb(162,59,106); }

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

border-color css

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

 span { border-color: rgb(162,59,106); }

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