Html Css Color HEX #A63CEC Blue Violet

📋 copy color: '#A63CEC'

red 166 ◦ green 60 ◦ blue 236

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

Shades of Blue Violet #A63CEC

Tints of Blue Violet #A63CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.99%

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

R = 35.93%
G = 12.99%
B = 51.08%

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

#A63CEC (or 0xA63CEC) is known color: Blue Violet. HEX triplet: A6, 3C and EC. RGB value is (166,60,236). Sum of RGB (Red+Green+Blue) = 166+60+236=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #A63CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CEC is #59C313. Grayscale: #6F6F6F. Windows color (decimal): -5882644 or 15482022. OLE color: 15482022.

HSL color Cylindrical-coordinate representation of color #A63CEC: hue angle of 276.14º 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 #A63CEC is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 60 236 -
CMYK 0.30 0.75 0 0.07
HSL 276.14º 0.82% 0.58% -
HSV(B) 276.14º 0.75% 0.93% -
XYZ 32.48 17.39 81 -
YUV 111.76 198.12 166.69 -
System Red Green Blue C M Y K H S L
Decimal 166 60 236 0.30 0.75 0 0.07 276.14 0.82 0.58
Hex A6 3C EC 1E 4B 0 7 114 52 3A
Octal 246 74 354 36 113 0 7 424 122 72
Binary 10100110 111100 11101100 11110 1001011 0 111 100010100 1010010 111010

Color Harmonies of #A63CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CEC

Black with #A63CEC

Text Example


Text Example

White with #A63CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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