Html Css Color HEX #A63AFE Blue Violet

📋 copy color: '#A63AFE'

red 166 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #A63AFE

Tints of Blue Violet #A63AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 34.73%
G = 12.13%
B = 53.14%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A63AFE (or 0xA63AFE) is known color: Blue Violet. HEX triplet: A6, 3A and FE. RGB value is (166,58,254). Sum of RGB (Red+Green+Blue) = 166+58+254=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #A63AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AFE is #59C501. Grayscale: #6F6F6F. Windows color (decimal): -5883138 or 16661158. OLE color: 16661158.

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

Color convert

RGB 166 58 254 -
CMYK 0.35 0.77 0 0.00
HSL 273.06º 0.99% 0.61% -
HSV(B) 273.06º 0.77% 1% -
XYZ 35.13 18.29 95.44 -
YUV 112.64 207.78 166.06 -
System Red Green Blue C M Y K H S L
Decimal 166 58 254 0.35 0.77 0 0.00 273.06 0.99 0.61
Hex A6 3A FE 23 4D 0 0 111 63 3D
Octal 246 72 376 43 115 0 0 421 143 75
Binary 10100110 111010 11111110 100011 1001101 0 0 100010001 1100011 111101

Color Harmonies of #A63AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AFE

Black with #A63AFE

Text Example


Text Example

White with #A63AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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