Html Css Color HEX #A82694 Medium Red Violet

📋 copy color: '#A82694'

red 168 ◦ green 38 ◦ blue 148

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

Shades of Medium Red Violet #A82694

Tints of Medium Red Violet #A82694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 148 (58.2% from 255) = 41.81%

R = 47.46%
G = 10.73%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A82694 (or 0xA82694) is known color: Medium Red Violet. HEX triplet: A8, 26 and 94. RGB value is (168,38,148). Sum of RGB (Red+Green+Blue) = 168+38+148=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A82694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82694 is #57D96B. Grayscale: #595959. Windows color (decimal): -5757292 or 9709224. OLE color: 9709224.

HSL color Cylindrical-coordinate representation of color #A82694: hue angle of 309.23º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82694 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 148 -
CMYK 0 0.77 0.12 0.34
HSL 309.23º 0.63% 0.4% -
HSV(B) 309.23º 0.77% 0.66% -
XYZ 22.19 11.85 29.13 -
YUV 89.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 168 38 148 0 0.77 0.12 0.34 309.23 0.63 0.4
Hex A8 26 94 0 4D C 22 135 3F 28
Octal 250 46 224 0 115 14 42 465 77 50
Binary 10101000 100110 10010100 0 1001101 1100 100010 100110101 111111 101000

Color Harmonies of #A82694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82694

Black with #A82694

Text Example


Text Example

White with #A82694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82694; }

 p { color: rgb(168,38,148); }

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

background-color css

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

 a { background-color: rgb(168,38,148); }

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

border-color css

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

 span { border-color: rgb(168,38,148); }

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