Html Css Color HEX #A840F2 Blue Violet

📋 copy color: '#A840F2'

red 168 ◦ green 64 ◦ blue 242

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

Shades of Blue Violet #A840F2

Tints of Blue Violet #A840F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.05%

R = 35.44%
G = 13.5%
B = 51.05%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A840F2 (or 0xA840F2) is known color: Blue Violet. HEX triplet: A8, 40 and F2. RGB value is (168,64,242). Sum of RGB (Red+Green+Blue) = 168+64+242=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #A840F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A840F2 is #57BF0D. Grayscale: #727272. Windows color (decimal): -5750542 or 15876264. OLE color: 15876264.

HSL color Cylindrical-coordinate representation of color #A840F2: hue angle of 275.06º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A840F2 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 64 242 -
CMYK 0.31 0.74 0 0.05
HSL 275.06º 0.87% 0.6% -
HSV(B) 275.06º 0.74% 0.95% -
XYZ 34.01 18.4 85.76 -
YUV 115.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 168 64 242 0.31 0.74 0 0.05 275.06 0.87 0.6
Hex A8 40 F2 1F 4A 0 5 113 57 3C
Octal 250 100 362 37 112 0 5 423 127 74
Binary 10101000 1000000 11110010 11111 1001010 0 101 100010011 1010111 111100

Color Harmonies of #A840F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840F2

Black with #A840F2

Text Example


Text Example

White with #A840F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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