Html Css Color HEX #A427EC Blue Violet

📋 copy color: '#A427EC'

red 164 ◦ green 39 ◦ blue 236

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

Shades of Blue Violet #A427EC

Tints of Blue Violet #A427EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 37.36%
G = 8.88%
B = 53.76%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A427EC (or 0xA427EC) is known color: Blue Violet. HEX triplet: A4, 27 and EC. RGB value is (164,39,236). Sum of RGB (Red+Green+Blue) = 164+39+236=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #A427EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A427EC is #5BD813. Grayscale: #626262. Windows color (decimal): -6019092 or 15476644. OLE color: 15476644.

HSL color Cylindrical-coordinate representation of color #A427EC: hue angle of 278.07º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A427EC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 39 236 -
CMYK 0.31 0.83 0 0.07
HSL 278.07º 0.84% 0.54% -
HSV(B) 278.07º 0.83% 0.93% -
XYZ 31.18 15.4 80.69 -
YUV 98.83 205.41 174.48 -
System Red Green Blue C M Y K H S L
Decimal 164 39 236 0.31 0.83 0 0.07 278.07 0.84 0.54
Hex A4 27 EC 1F 53 0 7 116 54 36
Octal 244 47 354 37 123 0 7 426 124 66
Binary 10100100 100111 11101100 11111 1010011 0 111 100010110 1010100 110110

Color Harmonies of #A427EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427EC

Black with #A427EC

Text Example


Text Example

White with #A427EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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