Html Css Color HEX #A741FC Blue Violet

📋 copy color: '#A741FC'

red 167 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #A741FC

Tints of Blue Violet #A741FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 34.5%
G = 13.43%
B = 52.07%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A741FC (or 0xA741FC) is known color: Blue Violet. HEX triplet: A7, 41 and FC. RGB value is (167,65,252). Sum of RGB (Red+Green+Blue) = 167+65+252=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #A741FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741FC is #58BE03. Grayscale: #747474. Windows color (decimal): -5815812 or 16531879. OLE color: 16531879.

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

Color convert

RGB 167 65 252 -
CMYK 0.34 0.74 0 0.01
HSL 272.73º 0.97% 0.62% -
HSV(B) 272.73º 0.74% 0.99% -
XYZ 35.4 19.02 93.9 -
YUV 116.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 167 65 252 0.34 0.74 0 0.01 272.73 0.97 0.62
Hex A7 41 FC 22 4A 0 1 111 61 3E
Octal 247 101 374 42 112 0 1 421 141 76
Binary 10100111 1000001 11111100 100010 1001010 0 1 100010001 1100001 111110

Color Harmonies of #A741FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741FC

Black with #A741FC

Text Example


Text Example

White with #A741FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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