Html Css Color HEX #A541FC Blue Violet

📋 copy color: '#A541FC'

red 165 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #A541FC

Tints of Blue Violet #A541FC

RGB

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

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

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

R = 34.23%
G = 13.49%
B = 52.28%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A541FC (or 0xA541FC) is known color: Blue Violet. HEX triplet: A5, 41 and FC. RGB value is (165,65,252). Sum of RGB (Red+Green+Blue) = 165+65+252=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #A541FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541FC is #5ABE03. Grayscale: #737373. Windows color (decimal): -5946884 or 16531877. OLE color: 16531877.

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

Color convert

RGB 165 65 252 -
CMYK 0.35 0.74 0 0.01
HSL 272.09º 0.97% 0.62% -
HSV(B) 272.09º 0.74% 0.99% -
XYZ 34.98 18.81 93.88 -
YUV 116.22 204.63 162.79 -
System Red Green Blue C M Y K H S L
Decimal 165 65 252 0.35 0.74 0 0.01 272.09 0.97 0.62
Hex A5 41 FC 23 4A 0 1 110 61 3E
Octal 245 101 374 43 112 0 1 420 141 76
Binary 10100101 1000001 11111100 100011 1001010 0 1 100010000 1100001 111110

Color Harmonies of #A541FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541FC

Black with #A541FC

Text Example


Text Example

White with #A541FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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