Html Css Color HEX #A63AEC Blue Violet

📋 copy color: '#A63AEC'

red 166 ◦ green 58 ◦ blue 236

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

Shades of Blue Violet #A63AEC

Tints of Blue Violet #A63AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 36.09%
G = 12.61%
B = 51.3%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A63AEC (or 0xA63AEC) is known color: Blue Violet. HEX triplet: A6, 3A and EC. RGB value is (166,58,236). Sum of RGB (Red+Green+Blue) = 166+58+236=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #A63AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AEC is #59C513. Grayscale: #6D6D6D. Windows color (decimal): -5883156 or 15481510. OLE color: 15481510.

HSL color Cylindrical-coordinate representation of color #A63AEC: hue angle of 276.4º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63AEC is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 58 236 -
CMYK 0.30 0.75 0 0.07
HSL 276.4º 0.82% 0.58% -
HSV(B) 276.4º 0.75% 0.93% -
XYZ 32.38 17.19 80.97 -
YUV 110.58 198.78 167.53 -
System Red Green Blue C M Y K H S L
Decimal 166 58 236 0.30 0.75 0 0.07 276.4 0.82 0.58
Hex A6 3A EC 1E 4B 0 7 114 52 3A
Octal 246 72 354 36 113 0 7 424 122 72
Binary 10100110 111010 11101100 11110 1001011 0 111 100010100 1010010 111010

Color Harmonies of #A63AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AEC

Black with #A63AEC

Text Example


Text Example

White with #A63AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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