Html Css Color HEX #A741EC Blue Violet

📋 copy color: '#A741EC'

red 167 ◦ green 65 ◦ blue 236

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

Shades of Blue Violet #A741EC

Tints of Blue Violet #A741EC

RGB

 RED value IS 167 (65.63% from 255) = 35.68%

 GREEN value IS 65 (25.78% from 255) = 13.89%

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

R = 35.68%
G = 13.89%
B = 50.43%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A741EC (or 0xA741EC) is known color: Blue Violet. HEX triplet: A7, 41 and EC. RGB value is (167,65,236). Sum of RGB (Red+Green+Blue) = 167+65+236=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #A741EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741EC is #58BE13. Grayscale: #727272. Windows color (decimal): -5815828 or 15483303. OLE color: 15483303.

HSL color Cylindrical-coordinate representation of color #A741EC: hue angle of 275.79º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A741EC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 65 236 -
CMYK 0.29 0.72 0 0.07
HSL 275.79º 0.82% 0.59% -
HSV(B) 275.79º 0.72% 0.93% -
XYZ 32.97 18.05 81.1 -
YUV 114.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 167 65 236 0.29 0.72 0 0.07 275.79 0.82 0.59
Hex A7 41 EC 1D 48 0 7 114 52 3B
Octal 247 101 354 35 110 0 7 424 122 73
Binary 10100111 1000001 11101100 11101 1001000 0 111 100010100 1010010 111011

Color Harmonies of #A741EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741EC

Black with #A741EC

Text Example


Text Example

White with #A741EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741EC; }

 p { color: rgb(167,65,236); }

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

background-color css

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

 a { background-color: rgb(167,65,236); }

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

border-color css

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

 span { border-color: rgb(167,65,236); }

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