Html Css Color HEX #A23B75 Rouge

📋 copy color: '#A23B75'

red 162 ◦ green 59 ◦ blue 117

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

Shades of Rouge #A23B75

Tints of Rouge #A23B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 47.93%
G = 17.46%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A23B75 (or 0xA23B75) is known color: Rouge. HEX triplet: A2, 3B and 75. RGB value is (162,59,117). Sum of RGB (Red+Green+Blue) = 162+59+117=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23B75 is #5DC48A. Grayscale: #606060. Windows color (decimal): -6145163 or 7682978. OLE color: 7682978.

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

Color convert

RGB 162 59 117 -
CMYK 0 0.64 0.28 0.36
HSL 326.21º 0.47% 0.43% -
HSV(B) 326.21º 0.64% 0.64% -
XYZ 19.68 12.09 18.13 -
YUV 96.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 162 59 117 0 0.64 0.28 0.36 326.21 0.47 0.43
Hex A2 3B 75 0 40 1C 24 146 2F 2B
Octal 242 73 165 0 100 34 44 506 57 53
Binary 10100010 111011 1110101 0 1000000 11100 100100 101000110 101111 101011

Color Harmonies of #A23B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B75

Black with #A23B75

Text Example


Text Example

White with #A23B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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