Html Css Color HEX #A241FF Blue Violet

📋 copy color: '#A241FF'

red 162 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #A241FF

Tints of Blue Violet #A241FF

RGB

 RED value IS 162 (63.67% from 255) = 33.61%

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

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

R = 33.61%
G = 13.49%
B = 52.9%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A241FF (or 0xA241FF) is known color: Blue Violet. HEX triplet: A2, 41 and FF. RGB value is (162,65,255). Sum of RGB (Red+Green+Blue) = 162+65+255=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #A241FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A241FF is #5DBE00. Grayscale: #737373. Windows color (decimal): -6143489 or 16728482. OLE color: 16728482.

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

Color convert

RGB 162 65 255 -
CMYK 0.36 0.75 0 0
HSL 270.63º 1% 0.63% -
HSV(B) 270.63º 0.75% 1% -
XYZ 34.84 18.68 96.38 -
YUV 115.66 206.64 161.05 -
System Red Green Blue C M Y K H S L
Decimal 162 65 255 0.36 0.75 0 0 270.63 1 0.63
Hex A2 41 FF 24 4B 0 0 10F 64 3F
Octal 242 101 377 44 113 0 0 417 144 77
Binary 10100010 1000001 11111111 100100 1001011 0 0 100001111 1100100 111111

Color Harmonies of #A241FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241FF

Black with #A241FF

Text Example


Text Example

White with #A241FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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