Html Css Color HEX #A63AEF Blue Violet

📋 copy color: '#A63AEF'

red 166 ◦ green 58 ◦ blue 239

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

Shades of Blue Violet #A63AEF

Tints of Blue Violet #A63AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 35.85%
G = 12.53%
B = 51.62%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A63AEF (or 0xA63AEF) is known color: Blue Violet. HEX triplet: A6, 3A and EF. RGB value is (166,58,239). Sum of RGB (Red+Green+Blue) = 166+58+239=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #A63AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AEF is #59C510. Grayscale: #6E6E6E. Windows color (decimal): -5883153 or 15678118. OLE color: 15678118.

HSL color Cylindrical-coordinate representation of color #A63AEF: hue angle of 275.8º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63AEF is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 58 239 -
CMYK 0.31 0.76 0 0.06
HSL 275.8º 0.85% 0.58% -
HSV(B) 275.8º 0.76% 0.94% -
XYZ 32.82 17.37 83.28 -
YUV 110.93 200.28 167.28 -
System Red Green Blue C M Y K H S L
Decimal 166 58 239 0.31 0.76 0 0.06 275.8 0.85 0.58
Hex A6 3A EF 1F 4C 0 6 114 55 3A
Octal 246 72 357 37 114 0 6 424 125 72
Binary 10100110 111010 11101111 11111 1001100 0 110 100010100 1010101 111010

Color Harmonies of #A63AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AEF

Black with #A63AEF

Text Example


Text Example

White with #A63AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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