Html Css Color HEX #A430A1 Vivid Violet

📋 copy color: '#A430A1'

red 164 ◦ green 48 ◦ blue 161

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

Shades of Vivid Violet #A430A1

Tints of Vivid Violet #A430A1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.87%

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

R = 43.97%
G = 12.87%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A430A1 (or 0xA430A1) is known color: Vivid Violet. HEX triplet: A4, 30 and A1. RGB value is (164,48,161). Sum of RGB (Red+Green+Blue) = 164+48+161=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A430A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430A1 is #5BCF5E. Grayscale: #5F5F5F. Windows color (decimal): -6016863 or 10563748. OLE color: 10563748.

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

Color convert

RGB 164 48 161 -
CMYK 0 0.71 0.02 0.36
HSL 301.55º 0.55% 0.42% -
HSV(B) 301.55º 0.71% 0.64% -
XYZ 22.8 12.58 34.94 -
YUV 95.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 164 48 161 0 0.71 0.02 0.36 301.55 0.55 0.42
Hex A4 30 A1 0 47 2 24 12E 37 2A
Octal 244 60 241 0 107 2 44 456 67 52
Binary 10100100 110000 10100001 0 1000111 10 100100 100101110 110111 101010

Color Harmonies of #A430A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430A1

Black with #A430A1

Text Example


Text Example

White with #A430A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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