Html Css Color HEX #A63DFF Blue Violet

📋 copy color: '#A63DFF'

red 166 ◦ green 61 ◦ blue 255

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

Shades of Blue Violet #A63DFF

Tints of Blue Violet #A63DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.66%

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

R = 34.44%
G = 12.66%
B = 52.9%

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

#A63DFF (or 0xA63DFF) is known color: Blue Violet. HEX triplet: A6, 3D and FF. RGB value is (166,61,255). Sum of RGB (Red+Green+Blue) = 166+61+255=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #A63DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DFF is #59C200. Grayscale: #717171. Windows color (decimal): -5882369 or 16727462. OLE color: 16727462.

HSL color Cylindrical-coordinate representation of color #A63DFF: hue angle of 272.47º 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 #A63DFF is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 61 255 -
CMYK 0.35 0.76 0 0
HSL 272.47º 1% 0.62% -
HSV(B) 272.47º 0.76% 1% -
XYZ 35.44 18.66 96.34 -
YUV 114.51 207.29 164.73 -
System Red Green Blue C M Y K H S L
Decimal 166 61 255 0.35 0.76 0 0 272.47 1 0.62
Hex A6 3D FF 23 4C 0 0 110 64 3E
Octal 246 75 377 43 114 0 0 420 144 76
Binary 10100110 111101 11111111 100011 1001100 0 0 100010000 1100100 111110

Color Harmonies of #A63DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DFF

Black with #A63DFF

Text Example


Text Example

White with #A63DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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