Html Css Color HEX #A240FC Blue Violet

📋 copy color: '#A240FC'

red 162 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #A240FC

Tints of Blue Violet #A240FC

RGB

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

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

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

R = 33.89%
G = 13.39%
B = 52.72%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A240FC (or 0xA240FC) is known color: Blue Violet. HEX triplet: A2, 40 and FC. RGB value is (162,64,252). Sum of RGB (Red+Green+Blue) = 162+64+252=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #A240FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A240FC is #5DBF03. Grayscale: #727272. Windows color (decimal): -6143748 or 16531618. OLE color: 16531618.

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

Color convert

RGB 162 64 252 -
CMYK 0.36 0.75 0 0.01
HSL 271.28º 0.97% 0.62% -
HSV(B) 271.28º 0.75% 0.99% -
XYZ 34.3 18.38 93.83 -
YUV 114.73 205.47 161.71 -
System Red Green Blue C M Y K H S L
Decimal 162 64 252 0.36 0.75 0 0.01 271.28 0.97 0.62
Hex A2 40 FC 24 4B 0 1 10F 61 3E
Octal 242 100 374 44 113 0 1 417 141 76
Binary 10100010 1000000 11111100 100100 1001011 0 1 100001111 1100001 111110

Color Harmonies of #A240FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240FC

Black with #A240FC

Text Example


Text Example

White with #A240FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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