Html Css Color HEX #A125A0 Vivid Violet

📋 copy color: '#A125A0'

red 161 ◦ green 37 ◦ blue 160

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

Shades of Vivid Violet #A125A0

Tints of Vivid Violet #A125A0

RGB

 RED value IS 161 (63.28% from 255) = 44.97%

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

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 44.97%
G = 10.34%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A125A0 (or 0xA125A0) is known color: Vivid Violet. HEX triplet: A1, 25 and A0. RGB value is (161,37,160). Sum of RGB (Red+Green+Blue) = 161+37+160=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A125A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A125A0 is #5EDA5F. Grayscale: #575757. Windows color (decimal): -6216288 or 10495393. OLE color: 10495393.

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

Color convert

RGB 161 37 160 -
CMYK 0 0.77 0.01 0.37
HSL 300.48º 0.63% 0.39% -
HSV(B) 300.48º 0.77% 0.63% -
XYZ 21.7 11.44 34.32 -
YUV 88.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 161 37 160 0 0.77 0.01 0.37 300.48 0.63 0.39
Hex A1 25 A0 0 4D 1 25 12C 3F 27
Octal 241 45 240 0 115 1 45 454 77 47
Binary 10100001 100101 10100000 0 1001101 1 100101 100101100 111111 100111

Color Harmonies of #A125A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125A0

Black with #A125A0

Text Example


Text Example

White with #A125A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125A0; }

 p { color: rgb(161,37,160); }

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

background-color css

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

 a { background-color: rgb(161,37,160); }

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

border-color css

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

 span { border-color: rgb(161,37,160); }

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