Html Css Color HEX #A23B6B Rouge

📋 copy color: '#A23B6B'

red 162 ◦ green 59 ◦ blue 107

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

Shades of Rouge #A23B6B

Tints of Rouge #A23B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 49.39%
G = 17.99%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A23B6B (or 0xA23B6B) is known color: Rouge. HEX triplet: A2, 3B and 6B. RGB value is (162,59,107). Sum of RGB (Red+Green+Blue) = 162+59+107=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B6B is #5DC494. Grayscale: #5F5F5F. Windows color (decimal): -6145173 or 7027618. OLE color: 7027618.

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

Color convert

RGB 162 59 107 -
CMYK 0 0.64 0.34 0.36
HSL 332.04º 0.47% 0.43% -
HSV(B) 332.04º 0.64% 0.64% -
XYZ 19.12 11.87 15.19 -
YUV 95.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 162 59 107 0 0.64 0.34 0.36 332.04 0.47 0.43
Hex A2 3B 6B 0 40 22 24 14C 2F 2B
Octal 242 73 153 0 100 42 44 514 57 53
Binary 10100010 111011 1101011 0 1000000 100010 100100 101001100 101111 101011

Color Harmonies of #A23B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B6B

Black with #A23B6B

Text Example


Text Example

White with #A23B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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