Html Css Color HEX #A741FF Blue Violet

📋 copy color: '#A741FF'

red 167 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #A741FF

Tints of Blue Violet #A741FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 34.29%
G = 13.35%
B = 52.36%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A741FF (or 0xA741FF) is known color: Blue Violet. HEX triplet: A7, 41 and FF. RGB value is (167,65,255). Sum of RGB (Red+Green+Blue) = 167+65+255=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #A741FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741FF is #58BE00. Grayscale: #747474. Windows color (decimal): -5815809 or 16728487. OLE color: 16728487.

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

Color convert

RGB 167 65 255 -
CMYK 0.35 0.75 0 0
HSL 272.21º 1% 0.63% -
HSV(B) 272.21º 0.75% 1% -
XYZ 35.88 19.22 96.43 -
YUV 117.16 205.79 163.55 -
System Red Green Blue C M Y K H S L
Decimal 167 65 255 0.35 0.75 0 0 272.21 1 0.63
Hex A7 41 FF 23 4B 0 0 110 64 3F
Octal 247 101 377 43 113 0 0 420 144 77
Binary 10100111 1000001 11111111 100011 1001011 0 0 100010000 1100100 111111

Color Harmonies of #A741FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741FF

Black with #A741FF

Text Example


Text Example

White with #A741FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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