Html Css Color HEX #A840FF Blue Violet

📋 copy color: '#A840FF'

red 168 ◦ green 64 ◦ blue 255

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

Shades of Blue Violet #A840FF

Tints of Blue Violet #A840FF

RGB

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

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

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

R = 34.5%
G = 13.14%
B = 52.36%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A840FF (or 0xA840FF) is known color: Blue Violet. HEX triplet: A8, 40 and FF. RGB value is (168,64,255). Sum of RGB (Red+Green+Blue) = 168+64+255=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #A840FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A840FF is #57BF00. Grayscale: #747474. Windows color (decimal): -5750529 or 16728232. OLE color: 16728232.

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

Color convert

RGB 168 64 255 -
CMYK 0.34 0.75 0 0
HSL 272.67º 1% 0.63% -
HSV(B) 272.67º 0.75% 1% -
XYZ 36.03 19.21 96.42 -
YUV 116.87 205.96 164.47 -
System Red Green Blue C M Y K H S L
Decimal 168 64 255 0.34 0.75 0 0 272.67 1 0.63
Hex A8 40 FF 22 4B 0 0 111 64 3F
Octal 250 100 377 42 113 0 0 421 144 77
Binary 10101000 1000000 11111111 100010 1001011 0 0 100010001 1100100 111111

Color Harmonies of #A840FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840FF

Black with #A840FF

Text Example


Text Example

White with #A840FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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