Html Css Color HEX #A541FF Blue Violet

📋 copy color: '#A541FF'

red 165 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #A541FF

Tints of Blue Violet #A541FF

RGB

 RED value IS 165 (64.84% from 255) = 34.02%

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

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

R = 34.02%
G = 13.4%
B = 52.58%

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

#A541FF (or 0xA541FF) is known color: Blue Violet. HEX triplet: A5, 41 and FF. RGB value is (165,65,255). Sum of RGB (Red+Green+Blue) = 165+65+255=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #A541FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541FF is #5ABE00. Grayscale: #737373. Windows color (decimal): -5946881 or 16728485. OLE color: 16728485.

HSL color Cylindrical-coordinate representation of color #A541FF: hue angle of 271.58º 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 #A541FF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 65 255 -
CMYK 0.35 0.75 0 0
HSL 271.58º 1% 0.63% -
HSV(B) 271.58º 0.75% 1% -
XYZ 35.46 19 96.41 -
YUV 116.56 206.13 162.55 -
System Red Green Blue C M Y K H S L
Decimal 165 65 255 0.35 0.75 0 0 271.58 1 0.63
Hex A5 41 FF 23 4B 0 0 110 64 3F
Octal 245 101 377 43 113 0 0 420 144 77
Binary 10100101 1000001 11111111 100011 1001011 0 0 100010000 1100100 111111

Color Harmonies of #A541FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541FF

Black with #A541FF

Text Example


Text Example

White with #A541FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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