Html Css Color HEX #A430A4 Vivid Violet

📋 copy color: '#A430A4'

red 164 ◦ green 48 ◦ blue 164

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

Shades of Vivid Violet #A430A4

Tints of Vivid Violet #A430A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.62%

R = 43.62%
G = 12.77%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A430A4 (or 0xA430A4) is known color: Vivid Violet. HEX triplet: A4, 30 and A4. RGB value is (164,48,164). Sum of RGB (Red+Green+Blue) = 164+48+164=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A430A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A430A4 is #5BCF5B. Grayscale: #5F5F5F. Windows color (decimal): -6016860 or 10760356. OLE color: 10760356.

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

Color convert

RGB 164 48 164 -
CMYK 0 0.71 0 0.36
HSL 300º 0.55% 0.42% -
HSV(B) 300º 0.71% 0.64% -
XYZ 23.07 12.69 36.35 -
YUV 95.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 164 48 164 0 0.71 0 0.36 300 0.55 0.42
Hex A4 30 A4 0 47 0 24 12C 37 2A
Octal 244 60 244 0 107 0 44 454 67 52
Binary 10100100 110000 10100100 0 1000111 0 100100 100101100 110111 101010

Color Harmonies of #A430A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430A4

Black with #A430A4

Text Example


Text Example

White with #A430A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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