Html Css Color HEX #A63FF9 Blue Violet

📋 copy color: '#A63FF9'

red 166 ◦ green 63 ◦ blue 249

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

Shades of Blue Violet #A63FF9

Tints of Blue Violet #A63FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 34.73%
G = 13.18%
B = 52.09%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A63FF9 (or 0xA63FF9) is known color: Blue Violet. HEX triplet: A6, 3F and F9. RGB value is (166,63,249). Sum of RGB (Red+Green+Blue) = 166+63+249=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #A63FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63FF9 is #59C006. Grayscale: #727272. Windows color (decimal): -5881863 or 16334758. OLE color: 16334758.

HSL color Cylindrical-coordinate representation of color #A63FF9: hue angle of 273.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63FF9 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 63 249 -
CMYK 0.33 0.75 0 0.02
HSL 273.23º 0.94% 0.61% -
HSV(B) 273.23º 0.75% 0.98% -
XYZ 34.6 18.5 91.37 -
YUV 115 203.62 164.38 -
System Red Green Blue C M Y K H S L
Decimal 166 63 249 0.33 0.75 0 0.02 273.23 0.94 0.61
Hex A6 3F F9 21 4B 0 2 111 5E 3D
Octal 246 77 371 41 113 0 2 421 136 75
Binary 10100110 111111 11111001 100001 1001011 0 10 100010001 1011110 111101

Color Harmonies of #A63FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FF9

Black with #A63FF9

Text Example


Text Example

White with #A63FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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