Html Css Color HEX #A425A0 Vivid Violet

📋 copy color: '#A425A0'

red 164 ◦ green 37 ◦ blue 160

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

Shades of Vivid Violet #A425A0

Tints of Vivid Violet #A425A0

RGB

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

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

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

R = 45.43%
G = 10.25%
B = 44.32%

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

#A425A0 (or 0xA425A0) is known color: Vivid Violet. HEX triplet: A4, 25 and A0. RGB value is (164,37,160). Sum of RGB (Red+Green+Blue) = 164+37+160=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A425A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A425A0 is #5BDA5F. Grayscale: #585858. Windows color (decimal): -6019680 or 10495396. OLE color: 10495396.

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

Color convert

RGB 164 37 160 -
CMYK 0 0.77 0.02 0.36
HSL 301.89º 0.63% 0.39% -
HSV(B) 301.89º 0.77% 0.64% -
XYZ 22.32 11.75 34.35 -
YUV 89 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 164 37 160 0 0.77 0.02 0.36 301.89 0.63 0.39
Hex A4 25 A0 0 4D 2 24 12E 3F 27
Octal 244 45 240 0 115 2 44 456 77 47
Binary 10100100 100101 10100000 0 1001101 10 100100 100101110 111111 100111

Color Harmonies of #A425A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425A0

Black with #A425A0

Text Example


Text Example

White with #A425A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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