Html Css Color HEX #A63CFE Blue Violet

📋 copy color: '#A63CFE'

red 166 ◦ green 60 ◦ blue 254

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

Shades of Blue Violet #A63CFE

Tints of Blue Violet #A63CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.5%

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

R = 34.58%
G = 12.5%
B = 52.92%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A63CFE (or 0xA63CFE) is known color: Blue Violet. HEX triplet: A6, 3C and FE. RGB value is (166,60,254). Sum of RGB (Red+Green+Blue) = 166+60+254=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #A63CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CFE is #59C301. Grayscale: #717171. Windows color (decimal): -5882626 or 16661670. OLE color: 16661670.

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

Color convert

RGB 166 60 254 -
CMYK 0.35 0.76 0 0.00
HSL 272.78º 0.99% 0.62% -
HSV(B) 272.78º 0.76% 1% -
XYZ 35.23 18.49 95.48 -
YUV 113.81 207.12 165.23 -
System Red Green Blue C M Y K H S L
Decimal 166 60 254 0.35 0.76 0 0.00 272.78 0.99 0.62
Hex A6 3C FE 23 4C 0 0 111 63 3E
Octal 246 74 376 43 114 0 0 421 143 76
Binary 10100110 111100 11111110 100011 1001100 0 0 100010001 1100011 111110

Color Harmonies of #A63CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CFE

Black with #A63CFE

Text Example


Text Example

White with #A63CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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