Html Css Color HEX #A82698 Medium Red Violet

📋 copy color: '#A82698'

red 168 ◦ green 38 ◦ blue 152

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

Shades of Medium Red Violet #A82698

Tints of Medium Red Violet #A82698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 46.93%
G = 10.61%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A82698 (or 0xA82698) is known color: Medium Red Violet. HEX triplet: A8, 26 and 98. RGB value is (168,38,152). Sum of RGB (Red+Green+Blue) = 168+38+152=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A82698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82698 is #57D967. Grayscale: #595959. Windows color (decimal): -5757288 or 9971368. OLE color: 9971368.

HSL color Cylindrical-coordinate representation of color #A82698: hue angle of 307.38º 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 #A82698 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 152 -
CMYK 0 0.77 0.10 0.34
HSL 307.38º 0.63% 0.4% -
HSV(B) 307.38º 0.77% 0.66% -
XYZ 22.51 11.98 30.83 -
YUV 89.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 168 38 152 0 0.77 0.10 0.34 307.38 0.63 0.4
Hex A8 26 98 0 4D A 22 133 3F 28
Octal 250 46 230 0 115 12 42 463 77 50
Binary 10101000 100110 10011000 0 1001101 1010 100010 100110011 111111 101000

Color Harmonies of #A82698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82698

Black with #A82698

Text Example


Text Example

White with #A82698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82698; }

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

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

background-color css

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

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

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

border-color css

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

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

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