Html Css Color HEX #A23D75 Rouge

📋 copy color: '#A23D75'

red 162 ◦ green 61 ◦ blue 117

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

Shades of Rouge #A23D75

Tints of Rouge #A23D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

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

R = 47.65%
G = 17.94%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A23D75 (or 0xA23D75) is known color: Rouge. HEX triplet: A2, 3D and 75. RGB value is (162,61,117). Sum of RGB (Red+Green+Blue) = 162+61+117=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D75 is #5DC28A. Grayscale: #616161. Windows color (decimal): -6144651 or 7683490. OLE color: 7683490.

HSL color Cylindrical-coordinate representation of color #A23D75: hue angle of 326.73º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D75 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 61 117 -
CMYK 0 0.62 0.28 0.36
HSL 326.73º 0.45% 0.44% -
HSV(B) 326.73º 0.62% 0.64% -
XYZ 19.78 12.3 18.16 -
YUV 97.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 162 61 117 0 0.62 0.28 0.36 326.73 0.45 0.44
Hex A2 3D 75 0 3E 1C 24 147 2D 2C
Octal 242 75 165 0 76 34 44 507 55 54
Binary 10100010 111101 1110101 0 111110 11100 100100 101000111 101101 101100

Color Harmonies of #A23D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D75

Black with #A23D75

Text Example


Text Example

White with #A23D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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