Html Css Color HEX #A741ED Blue Violet

📋 copy color: '#A741ED'

red 167 ◦ green 65 ◦ blue 237

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

Shades of Blue Violet #A741ED

Tints of Blue Violet #A741ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 35.61%
G = 13.86%
B = 50.53%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A741ED (or 0xA741ED) is known color: Blue Violet. HEX triplet: A7, 41 and ED. RGB value is (167,65,237). Sum of RGB (Red+Green+Blue) = 167+65+237=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #A741ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741ED is #58BE12. Grayscale: #727272. Windows color (decimal): -5815827 or 15548839. OLE color: 15548839.

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

Color convert

RGB 167 65 237 -
CMYK 0.30 0.73 0 0.07
HSL 275.58º 0.83% 0.59% -
HSV(B) 275.58º 0.73% 0.93% -
XYZ 33.11 18.11 81.87 -
YUV 115.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 167 65 237 0.30 0.73 0 0.07 275.58 0.83 0.59
Hex A7 41 ED 1E 49 0 7 114 53 3B
Octal 247 101 355 36 111 0 7 424 123 73
Binary 10100111 1000001 11101101 11110 1001001 0 111 100010100 1010011 111011

Color Harmonies of #A741ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741ED

Black with #A741ED

Text Example


Text Example

White with #A741ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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