Html Css Color HEX #A63AFF Blue Violet

📋 copy color: '#A63AFF'

red 166 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #A63AFF

Tints of Blue Violet #A63AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.11%

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

R = 34.66%
G = 12.11%
B = 53.24%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A63AFF (or 0xA63AFF) is known color: Blue Violet. HEX triplet: A6, 3A and FF. RGB value is (166,58,255). Sum of RGB (Red+Green+Blue) = 166+58+255=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #A63AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AFF is #59C500. Grayscale: #707070. Windows color (decimal): -5883137 or 16726694. OLE color: 16726694.

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

Color convert

RGB 166 58 255 -
CMYK 0.35 0.77 0 0
HSL 272.89º 1% 0.61% -
HSV(B) 272.89º 0.77% 1% -
XYZ 35.29 18.35 96.29 -
YUV 112.75 208.28 165.98 -
System Red Green Blue C M Y K H S L
Decimal 166 58 255 0.35 0.77 0 0 272.89 1 0.61
Hex A6 3A FF 23 4D 0 0 111 64 3D
Octal 246 72 377 43 115 0 0 421 144 75
Binary 10100110 111010 11111111 100011 1001101 0 0 100010001 1100100 111101

Color Harmonies of #A63AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AFF

Black with #A63AFF

Text Example


Text Example

White with #A63AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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