Html Css Color HEX #A642F0 Blue Violet

📋 copy color: '#A642F0'

red 166 ◦ green 66 ◦ blue 240

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

Shades of Blue Violet #A642F0

Tints of Blue Violet #A642F0

RGB

 RED value IS 166 (65.23% from 255) = 35.17%

 GREEN value IS 66 (26.17% from 255) = 13.98%

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 35.17%
G = 13.98%
B = 50.85%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A642F0 (or 0xA642F0) is known color: Blue Violet. HEX triplet: A6, 42 and F0. RGB value is (166,66,240). Sum of RGB (Red+Green+Blue) = 166+66+240=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #A642F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A642F0 is #59BD0F. Grayscale: #737373. Windows color (decimal): -5881104 or 15745702. OLE color: 15745702.

HSL color Cylindrical-coordinate representation of color #A642F0: hue angle of 274.48º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A642F0 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 66 240 -
CMYK 0.31 0.72 0 0.06
HSL 274.48º 0.85% 0.6% -
HSV(B) 274.48º 0.73% 0.94% -
XYZ 33.4 18.29 84.21 -
YUV 115.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 166 66 240 0.31 0.72 0 0.06 274.48 0.85 0.6
Hex A6 42 F0 1F 48 0 6 112 55 3C
Octal 246 102 360 37 110 0 6 422 125 74
Binary 10100110 1000010 11110000 11111 1001000 0 110 100010010 1010101 111100

Color Harmonies of #A642F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A642F0

Black with #A642F0

Text Example


Text Example

White with #A642F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A642F0; }

 p { color: rgb(166,66,240); }

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

background-color css

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

 a { background-color: rgb(166,66,240); }

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

border-color css

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

 span { border-color: rgb(166,66,240); }

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