Html Css Color HEX #A63FF5 Blue Violet

📋 copy color: '#A63FF5'

red 166 ◦ green 63 ◦ blue 245

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

Shades of Blue Violet #A63FF5

Tints of Blue Violet #A63FF5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.29%

 BLUE value IS 245 (96.09% from 255) = 51.69%

R = 35.02%
G = 13.29%
B = 51.69%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A63FF5 (or 0xA63FF5) is known color: Blue Violet. HEX triplet: A6, 3F and F5. RGB value is (166,63,245). Sum of RGB (Red+Green+Blue) = 166+63+245=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #A63FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63FF5 is #59C00A. Grayscale: #717171. Windows color (decimal): -5881867 or 16072614. OLE color: 16072614.

HSL color Cylindrical-coordinate representation of color #A63FF5: hue angle of 273.96º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63FF5 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 63 245 -
CMYK 0.32 0.74 0 0.04
HSL 273.96º 0.9% 0.6% -
HSV(B) 273.96º 0.74% 0.96% -
XYZ 33.98 18.25 88.12 -
YUV 114.55 201.62 164.7 -
System Red Green Blue C M Y K H S L
Decimal 166 63 245 0.32 0.74 0 0.04 273.96 0.9 0.6
Hex A6 3F F5 20 4A 0 4 112 5A 3C
Octal 246 77 365 40 112 0 4 422 132 74
Binary 10100110 111111 11110101 100000 1001010 0 100 100010010 1011010 111100

Color Harmonies of #A63FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FF5

Black with #A63FF5

Text Example


Text Example

White with #A63FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FF5; }

 p { color: rgb(166,63,245); }

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

background-color css

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

 a { background-color: rgb(166,63,245); }

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

border-color css

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

 span { border-color: rgb(166,63,245); }

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