Html Css Color HEX #A63CFF Blue Violet

📋 copy color: '#A63CFF'

red 166 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #A63CFF

Tints of Blue Violet #A63CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 34.51%
G = 12.47%
B = 53.01%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A63CFF (or 0xA63CFF) is known color: Blue Violet. HEX triplet: A6, 3C and FF. RGB value is (166,60,255). Sum of RGB (Red+Green+Blue) = 166+60+255=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #A63CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CFF is #59C300. Grayscale: #717171. Windows color (decimal): -5882625 or 16727206. OLE color: 16727206.

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

Color convert

RGB 166 60 255 -
CMYK 0.35 0.76 0 0
HSL 272.62º 1% 0.62% -
HSV(B) 272.62º 0.76% 1% -
XYZ 35.39 18.56 96.32 -
YUV 113.92 207.62 165.14 -
System Red Green Blue C M Y K H S L
Decimal 166 60 255 0.35 0.76 0 0 272.62 1 0.62
Hex A6 3C FF 23 4C 0 0 111 64 3E
Octal 246 74 377 43 114 0 0 421 144 76
Binary 10100110 111100 11111111 100011 1001100 0 0 100010001 1100100 111110

Color Harmonies of #A63CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CFF

Black with #A63CFF

Text Example


Text Example

White with #A63CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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