Html Css Color HEX #A423EC Blue Violet

📋 copy color: '#A423EC'

red 164 ◦ green 35 ◦ blue 236

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

Shades of Blue Violet #A423EC

Tints of Blue Violet #A423EC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.05%

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

R = 37.7%
G = 8.05%
B = 54.25%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A423EC (or 0xA423EC) is known color: Blue Violet. HEX triplet: A4, 23 and EC. RGB value is (164,35,236). Sum of RGB (Red+Green+Blue) = 164+35+236=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #A423EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A423EC is #5BDC13. Grayscale: #5F5F5F. Windows color (decimal): -6020116 or 15475620. OLE color: 15475620.

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

Color convert

RGB 164 35 236 -
CMYK 0.31 0.85 0 0.07
HSL 278.51º 0.84% 0.53% -
HSV(B) 278.51º 0.85% 0.93% -
XYZ 31.05 15.15 80.64 -
YUV 96.49 206.74 176.16 -
System Red Green Blue C M Y K H S L
Decimal 164 35 236 0.31 0.85 0 0.07 278.51 0.84 0.53
Hex A4 23 EC 1F 55 0 7 117 54 35
Octal 244 43 354 37 125 0 7 427 124 65
Binary 10100100 100011 11101100 11111 1010101 0 111 100010111 1010100 110101

Color Harmonies of #A423EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423EC

Black with #A423EC

Text Example


Text Example

White with #A423EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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