Html Css Color HEX #A23885 Medium Red Violet

📋 copy color: '#A23885'

red 162 ◦ green 56 ◦ blue 133

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

Shades of Medium Red Violet #A23885

Tints of Medium Red Violet #A23885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 46.15%
G = 15.95%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A23885 (or 0xA23885) is known color: Medium Red Violet. HEX triplet: A2, 38 and 85. RGB value is (162,56,133). Sum of RGB (Red+Green+Blue) = 162+56+133=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A23885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23885 is #5DC77A. Grayscale: #606060. Windows color (decimal): -6145915 or 8730786. OLE color: 8730786.

HSL color Cylindrical-coordinate representation of color #A23885: hue angle of 316.42º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23885 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 56 133 -
CMYK 0 0.65 0.18 0.36
HSL 316.42º 0.49% 0.43% -
HSV(B) 316.42º 0.65% 0.64% -
XYZ 20.55 12.2 23.46 -
YUV 96.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 162 56 133 0 0.65 0.18 0.36 316.42 0.49 0.43
Hex A2 38 85 0 41 12 24 13C 31 2B
Octal 242 70 205 0 101 22 44 474 61 53
Binary 10100010 111000 10000101 0 1000001 10010 100100 100111100 110001 101011

Color Harmonies of #A23885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23885

Black with #A23885

Text Example


Text Example

White with #A23885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23885; }

 p { color: rgb(162,56,133); }

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

background-color css

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

 a { background-color: rgb(162,56,133); }

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

border-color css

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

 span { border-color: rgb(162,56,133); }

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