Html Css Color HEX #A425A1 Vivid Violet

📋 copy color: '#A425A1'

red 164 ◦ green 37 ◦ blue 161

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

Shades of Vivid Violet #A425A1

Tints of Vivid Violet #A425A1

RGB

 RED value IS 164 (64.45% from 255) = 45.3%

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

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

R = 45.3%
G = 10.22%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A425A1 (or 0xA425A1) is known color: Vivid Violet. HEX triplet: A4, 25 and A1. RGB value is (164,37,161). Sum of RGB (Red+Green+Blue) = 164+37+161=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A425A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A425A1 is #5BDA5E. Grayscale: #585858. Windows color (decimal): -6019679 or 10560932. OLE color: 10560932.

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

Color convert

RGB 164 37 161 -
CMYK 0 0.77 0.02 0.36
HSL 301.42º 0.63% 0.39% -
HSV(B) 301.42º 0.77% 0.64% -
XYZ 22.4 11.79 34.81 -
YUV 89.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 164 37 161 0 0.77 0.02 0.36 301.42 0.63 0.39
Hex A4 25 A1 0 4D 2 24 12D 3F 27
Octal 244 45 241 0 115 2 44 455 77 47
Binary 10100100 100101 10100001 0 1001101 10 100100 100101101 111111 100111

Color Harmonies of #A425A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425A1

Black with #A425A1

Text Example


Text Example

White with #A425A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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