Html Css Color HEX #A63AFC Blue Violet

📋 copy color: '#A63AFC'

red 166 ◦ green 58 ◦ blue 252

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

Shades of Blue Violet #A63AFC

Tints of Blue Violet #A63AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.18%

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 34.87%
G = 12.18%
B = 52.94%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A63AFC (or 0xA63AFC) is known color: Blue Violet. HEX triplet: A6, 3A and FC. RGB value is (166,58,252). Sum of RGB (Red+Green+Blue) = 166+58+252=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #A63AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AFC is #59C503. Grayscale: #6F6F6F. Windows color (decimal): -5883140 or 16530086. OLE color: 16530086.

HSL color Cylindrical-coordinate representation of color #A63AFC: hue angle of 273.4º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63AFC is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 58 252 -
CMYK 0.34 0.77 0 0.01
HSL 273.4º 0.97% 0.61% -
HSV(B) 273.4º 0.77% 0.99% -
XYZ 34.81 18.16 93.77 -
YUV 112.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 166 58 252 0.34 0.77 0 0.01 273.4 0.97 0.61
Hex A6 3A FC 22 4D 0 1 111 61 3D
Octal 246 72 374 42 115 0 1 421 141 75
Binary 10100110 111010 11111100 100010 1001101 0 1 100010001 1100001 111101

Color Harmonies of #A63AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AFC

Black with #A63AFC

Text Example


Text Example

White with #A63AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AFC; }

 p { color: rgb(166,58,252); }

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

background-color css

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

 a { background-color: rgb(166,58,252); }

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

border-color css

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

 span { border-color: rgb(166,58,252); }

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