Html Css Color HEX #A741FE Blue Violet

📋 copy color: '#A741FE'

red 167 ◦ green 65 ◦ blue 254

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

Shades of Blue Violet #A741FE

Tints of Blue Violet #A741FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 34.36%
G = 13.37%
B = 52.26%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A741FE (or 0xA741FE) is known color: Blue Violet. HEX triplet: A7, 41 and FE. RGB value is (167,65,254). Sum of RGB (Red+Green+Blue) = 167+65+254=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #A741FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741FE is #58BE01. Grayscale: #747474. Windows color (decimal): -5815810 or 16662951. OLE color: 16662951.

HSL color Cylindrical-coordinate representation of color #A741FE: hue angle of 272.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A741FE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 65 254 -
CMYK 0.34 0.74 0 0.00
HSL 272.38º 0.99% 0.63% -
HSV(B) 272.38º 0.74% 1% -
XYZ 35.72 19.15 95.58 -
YUV 117.04 205.29 163.63 -
System Red Green Blue C M Y K H S L
Decimal 167 65 254 0.34 0.74 0 0.00 272.38 0.99 0.63
Hex A7 41 FE 22 4A 0 0 110 63 3F
Octal 247 101 376 42 112 0 0 420 143 77
Binary 10100111 1000001 11111110 100010 1001010 0 0 100010000 1100011 111111

Color Harmonies of #A741FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741FE

Black with #A741FE

Text Example


Text Example

White with #A741FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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