Html Css Color HEX #A8258E Medium Red Violet

📋 copy color: '#A8258E'

red 168 ◦ green 37 ◦ blue 142

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

Shades of Medium Red Violet #A8258E

Tints of Medium Red Violet #A8258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 48.41%
G = 10.66%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8258E (or 0xA8258E) is known color: Medium Red Violet. HEX triplet: A8, 25 and 8E. RGB value is (168,37,142). Sum of RGB (Red+Green+Blue) = 168+37+142=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8258E is #57DA71. Grayscale: #575757. Windows color (decimal): -5757554 or 9315752. OLE color: 9315752.

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

Color convert

RGB 168 37 142 -
CMYK 0 0.78 0.15 0.34
HSL 311.91º 0.64% 0.4% -
HSV(B) 311.91º 0.78% 0.66% -
XYZ 21.69 11.6 26.69 -
YUV 88.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 168 37 142 0 0.78 0.15 0.34 311.91 0.64 0.4
Hex A8 25 8E 0 4E F 22 138 40 28
Octal 250 45 216 0 116 17 42 470 100 50
Binary 10101000 100101 10001110 0 1001110 1111 100010 100111000 1000000 101000

Color Harmonies of #A8258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8258E

Black with #A8258E

Text Example


Text Example

White with #A8258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8258E; }

 p { color: rgb(168,37,142); }

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

background-color css

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

 a { background-color: rgb(168,37,142); }

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

border-color css

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

 span { border-color: rgb(168,37,142); }

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