Html Css Color HEX #A82BA1 Medium Red Violet

📋 copy color: '#A82BA1'

red 168 ◦ green 43 ◦ blue 161

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

Shades of Medium Red Violet #A82BA1

Tints of Medium Red Violet #A82BA1

RGB

 RED value IS 168 (66.02% from 255) = 45.16%

 GREEN value IS 43 (17.19% from 255) = 11.56%

 BLUE value IS 161 (63.28% from 255) = 43.28%

R = 45.16%
G = 11.56%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A82BA1 (or 0xA82BA1) is known color: Medium Red Violet. HEX triplet: A8, 2B and A1. RGB value is (168,43,161). Sum of RGB (Red+Green+Blue) = 168+43+161=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A82BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82BA1 is #57D45E. Grayscale: #5D5D5D. Windows color (decimal): -5755999 or 10562472. OLE color: 10562472.

HSL color Cylindrical-coordinate representation of color #A82BA1: hue angle of 303.36º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82BA1 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 43 161 -
CMYK 0 0.74 0.04 0.34
HSL 303.36º 0.59% 0.41% -
HSV(B) 303.36º 0.74% 0.66% -
XYZ 23.45 12.63 34.92 -
YUV 93.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 168 43 161 0 0.74 0.04 0.34 303.36 0.59 0.41
Hex A8 2B A1 0 4A 4 22 12F 3B 29
Octal 250 53 241 0 112 4 42 457 73 51
Binary 10101000 101011 10100001 0 1001010 100 100010 100101111 111011 101001

Color Harmonies of #A82BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BA1

Black with #A82BA1

Text Example


Text Example

White with #A82BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BA1; }

 p { color: rgb(168,43,161); }

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

background-color css

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

 a { background-color: rgb(168,43,161); }

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

border-color css

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

 span { border-color: rgb(168,43,161); }

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