Html Css Color HEX #A240FF Blue Violet

📋 copy color: '#A240FF'

red 162 ◦ green 64 ◦ blue 255

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

Shades of Blue Violet #A240FF

Tints of Blue Violet #A240FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.31%

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

R = 33.68%
G = 13.31%
B = 53.01%

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

#A240FF (or 0xA240FF) is known color: Blue Violet. HEX triplet: A2, 40 and FF. RGB value is (162,64,255). Sum of RGB (Red+Green+Blue) = 162+64+255=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #A240FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A240FF is #5DBF00. Grayscale: #727272. Windows color (decimal): -6143745 or 16728226. OLE color: 16728226.

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

Color convert

RGB 162 64 255 -
CMYK 0.36 0.75 0 0
HSL 270.79º 1% 0.63% -
HSV(B) 270.79º 0.75% 1% -
XYZ 34.78 18.57 96.36 -
YUV 115.08 206.97 161.47 -
System Red Green Blue C M Y K H S L
Decimal 162 64 255 0.36 0.75 0 0 270.79 1 0.63
Hex A2 40 FF 24 4B 0 0 10F 64 3F
Octal 242 100 377 44 113 0 0 417 144 77
Binary 10100010 1000000 11111111 100100 1001011 0 0 100001111 1100100 111111

Color Harmonies of #A240FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240FF

Black with #A240FF

Text Example


Text Example

White with #A240FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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