Html Css Color HEX #A63FFC Blue Violet

📋 copy color: '#A63FFC'

red 166 ◦ green 63 ◦ blue 252

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

Shades of Blue Violet #A63FFC

Tints of Blue Violet #A63FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.1%

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

R = 34.51%
G = 13.1%
B = 52.39%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A63FFC (or 0xA63FFC) is known color: Blue Violet. HEX triplet: A6, 3F and FC. RGB value is (166,63,252). Sum of RGB (Red+Green+Blue) = 166+63+252=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #A63FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63FFC is #59C003. Grayscale: #727272. Windows color (decimal): -5881860 or 16531366. OLE color: 16531366.

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

Color convert

RGB 166 63 252 -
CMYK 0.34 0.75 0 0.01
HSL 272.7º 0.97% 0.62% -
HSV(B) 272.7º 0.75% 0.99% -
XYZ 35.07 18.69 93.85 -
YUV 115.34 205.12 164.13 -
System Red Green Blue C M Y K H S L
Decimal 166 63 252 0.34 0.75 0 0.01 272.7 0.97 0.62
Hex A6 3F FC 22 4B 0 1 111 61 3E
Octal 246 77 374 42 113 0 1 421 141 76
Binary 10100110 111111 11111100 100010 1001011 0 1 100010001 1100001 111110

Color Harmonies of #A63FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FFC

Black with #A63FFC

Text Example


Text Example

White with #A63FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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