Html Css Color HEX #A427A0 Vivid Violet

📋 copy color: '#A427A0'

red 164 ◦ green 39 ◦ blue 160

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

Shades of Vivid Violet #A427A0

Tints of Vivid Violet #A427A0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.74%

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

R = 45.18%
G = 10.74%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A427A0 (or 0xA427A0) is known color: Vivid Violet. HEX triplet: A4, 27 and A0. RGB value is (164,39,160). Sum of RGB (Red+Green+Blue) = 164+39+160=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A427A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A427A0 is #5BD85F. Grayscale: #595959. Windows color (decimal): -6019168 or 10495908. OLE color: 10495908.

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

Color convert

RGB 164 39 160 -
CMYK 0 0.76 0.02 0.36
HSL 301.92º 0.62% 0.4% -
HSV(B) 301.92º 0.76% 0.64% -
XYZ 22.38 11.88 34.37 -
YUV 90.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 164 39 160 0 0.76 0.02 0.36 301.92 0.62 0.4
Hex A4 27 A0 0 4C 2 24 12E 3E 28
Octal 244 47 240 0 114 2 44 456 76 50
Binary 10100100 100111 10100000 0 1001100 10 100100 100101110 111110 101000

Color Harmonies of #A427A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427A0

Black with #A427A0

Text Example


Text Example

White with #A427A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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