Html Css Color HEX #A140FC Blue Violet

📋 copy color: '#A140FC'

red 161 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #A140FC

Tints of Blue Violet #A140FC

RGB

 RED value IS 161 (63.28% from 255) = 33.75%

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

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

R = 33.75%
G = 13.42%
B = 52.83%

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

#A140FC (or 0xA140FC) is known color: Blue Violet. HEX triplet: A1, 40 and FC. RGB value is (161,64,252). Sum of RGB (Red+Green+Blue) = 161+64+252=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #A140FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A140FC is #5EBF03. Grayscale: #717171. Windows color (decimal): -6209284 or 16531617. OLE color: 16531617.

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

Color convert

RGB 161 64 252 -
CMYK 0.36 0.75 0 0.01
HSL 270.96º 0.97% 0.62% -
HSV(B) 270.96º 0.75% 0.99% -
XYZ 34.1 18.27 93.82 -
YUV 114.44 205.64 161.21 -
System Red Green Blue C M Y K H S L
Decimal 161 64 252 0.36 0.75 0 0.01 270.96 0.97 0.62
Hex A1 40 FC 24 4B 0 1 10F 61 3E
Octal 241 100 374 44 113 0 1 417 141 76
Binary 10100001 1000000 11111100 100100 1001011 0 1 100001111 1100001 111110

Color Harmonies of #A140FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140FC

Black with #A140FC

Text Example


Text Example

White with #A140FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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