Html Css Color HEX #A643F0 Blue Violet

📋 copy color: '#A643F0'

red 166 ◦ green 67 ◦ blue 240

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

Shades of Blue Violet #A643F0

Tints of Blue Violet #A643F0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.16%

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

R = 35.1%
G = 14.16%
B = 50.74%

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

#A643F0 (or 0xA643F0) is known color: Blue Violet. HEX triplet: A6, 43 and F0. RGB value is (166,67,240). Sum of RGB (Red+Green+Blue) = 166+67+240=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #A643F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A643F0 is #59BC0F. Grayscale: #737373. Windows color (decimal): -5880848 or 15745958. OLE color: 15745958.

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

Color convert

RGB 166 67 240 -
CMYK 0.31 0.72 0 0.06
HSL 274.34º 0.85% 0.6% -
HSV(B) 274.34º 0.72% 0.94% -
XYZ 33.46 18.41 84.23 -
YUV 116.32 197.8 163.43 -
System Red Green Blue C M Y K H S L
Decimal 166 67 240 0.31 0.72 0 0.06 274.34 0.85 0.6
Hex A6 43 F0 1F 48 0 6 112 55 3C
Octal 246 103 360 37 110 0 6 422 125 74
Binary 10100110 1000011 11110000 11111 1001000 0 110 100010010 1010101 111100

Color Harmonies of #A643F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A643F0

Black with #A643F0

Text Example


Text Example

White with #A643F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A643F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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