Html Css Color HEX #A427A2 Vivid Violet

📋 copy color: '#A427A2'

red 164 ◦ green 39 ◦ blue 162

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

Shades of Vivid Violet #A427A2

Tints of Vivid Violet #A427A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 44.93%
G = 10.68%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A427A2 (or 0xA427A2) is known color: Vivid Violet. HEX triplet: A4, 27 and A2. RGB value is (164,39,162). Sum of RGB (Red+Green+Blue) = 164+39+162=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A427A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A427A2 is #5BD85D. Grayscale: #5A5A5A. Windows color (decimal): -6019166 or 10626980. OLE color: 10626980.

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

Color convert

RGB 164 39 162 -
CMYK 0 0.76 0.01 0.36
HSL 300.96º 0.62% 0.4% -
HSV(B) 300.96º 0.76% 0.64% -
XYZ 22.56 11.95 35.3 -
YUV 90.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 164 39 162 0 0.76 0.01 0.36 300.96 0.62 0.4
Hex A4 27 A2 0 4C 1 24 12D 3E 28
Octal 244 47 242 0 114 1 44 455 76 50
Binary 10100100 100111 10100010 0 1001100 1 100100 100101101 111110 101000

Color Harmonies of #A427A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427A2

Black with #A427A2

Text Example


Text Example

White with #A427A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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