Html Css Color HEX #A840FE Blue Violet

📋 copy color: '#A840FE'

red 168 ◦ green 64 ◦ blue 254

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

Shades of Blue Violet #A840FE

Tints of Blue Violet #A840FE

RGB

 RED value IS 168 (66.02% from 255) = 34.57%

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 34.57%
G = 13.17%
B = 52.26%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A840FE (or 0xA840FE) is known color: Blue Violet. HEX triplet: A8, 40 and FE. RGB value is (168,64,254). Sum of RGB (Red+Green+Blue) = 168+64+254=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #A840FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A840FE is #57BF01. Grayscale: #747474. Windows color (decimal): -5750530 or 16662696. OLE color: 16662696.

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

Color convert

RGB 168 64 254 -
CMYK 0.34 0.75 0 0.00
HSL 272.84º 0.99% 0.62% -
HSV(B) 272.84º 0.75% 1% -
XYZ 35.87 19.15 95.57 -
YUV 116.76 205.46 164.55 -
System Red Green Blue C M Y K H S L
Decimal 168 64 254 0.34 0.75 0 0.00 272.84 0.99 0.62
Hex A8 40 FE 22 4B 0 0 111 63 3E
Octal 250 100 376 42 113 0 0 421 143 76
Binary 10101000 1000000 11111110 100010 1001011 0 0 100010001 1100011 111110

Color Harmonies of #A840FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840FE

Black with #A840FE

Text Example


Text Example

White with #A840FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840FE; }

 p { color: rgb(168,64,254); }

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

background-color css

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

 a { background-color: rgb(168,64,254); }

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

border-color css

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

 span { border-color: rgb(168,64,254); }

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