Html Css Color HEX #A3259B Medium Red Violet

📋 copy color: '#A3259B'

red 163 ◦ green 37 ◦ blue 155

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

Shades of Medium Red Violet #A3259B

Tints of Medium Red Violet #A3259B

RGB

 RED value IS 163 (64.06% from 255) = 45.92%

 GREEN value IS 37 (14.84% from 255) = 10.42%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 45.92%
G = 10.42%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3259B (or 0xA3259B) is known color: Medium Red Violet. HEX triplet: A3, 25 and 9B. RGB value is (163,37,155). Sum of RGB (Red+Green+Blue) = 163+37+155=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3259B is #5CDA64. Grayscale: #575757. Windows color (decimal): -6085221 or 10167715. OLE color: 10167715.

HSL color Cylindrical-coordinate representation of color #A3259B: hue angle of 303.81º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3259B is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 37 155 -
CMYK 0 0.77 0.05 0.36
HSL 303.81º 0.63% 0.39% -
HSV(B) 303.81º 0.77% 0.64% -
XYZ 21.68 11.48 32.08 -
YUV 88.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 163 37 155 0 0.77 0.05 0.36 303.81 0.63 0.39
Hex A3 25 9B 0 4D 5 24 130 3F 27
Octal 243 45 233 0 115 5 44 460 77 47
Binary 10100011 100101 10011011 0 1001101 101 100100 100110000 111111 100111

Color Harmonies of #A3259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3259B

Black with #A3259B

Text Example


Text Example

White with #A3259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3259B; }

 p { color: rgb(163,37,155); }

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

background-color css

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

 a { background-color: rgb(163,37,155); }

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

border-color css

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

 span { border-color: rgb(163,37,155); }

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