Html Css Color HEX #A63AFA Blue Violet

📋 copy color: '#A63AFA'

red 166 ◦ green 58 ◦ blue 250

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

Shades of Blue Violet #A63AFA

Tints of Blue Violet #A63AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 35.02%
G = 12.24%
B = 52.74%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A63AFA (or 0xA63AFA) is known color: Blue Violet. HEX triplet: A6, 3A and FA. RGB value is (166,58,250). Sum of RGB (Red+Green+Blue) = 166+58+250=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #A63AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AFA is #59C505. Grayscale: #6F6F6F. Windows color (decimal): -5883142 or 16399014. OLE color: 16399014.

HSL color Cylindrical-coordinate representation of color #A63AFA: hue angle of 273.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63AFA is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 58 250 -
CMYK 0.34 0.77 0 0.02
HSL 273.75º 0.95% 0.6% -
HSV(B) 273.75º 0.77% 0.98% -
XYZ 34.49 18.04 92.11 -
YUV 112.18 205.78 166.39 -
System Red Green Blue C M Y K H S L
Decimal 166 58 250 0.34 0.77 0 0.02 273.75 0.95 0.6
Hex A6 3A FA 22 4D 0 2 112 5F 3C
Octal 246 72 372 42 115 0 2 422 137 74
Binary 10100110 111010 11111010 100010 1001101 0 10 100010010 1011111 111100

Color Harmonies of #A63AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AFA

Black with #A63AFA

Text Example


Text Example

White with #A63AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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