Html Css Color HEX #A63EEC Blue Violet

📋 copy color: '#A63EEC'

red 166 ◦ green 62 ◦ blue 236

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

Shades of Blue Violet #A63EEC

Tints of Blue Violet #A63EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.36%

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

R = 35.78%
G = 13.36%
B = 50.86%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A63EEC (or 0xA63EEC) is known color: Blue Violet. HEX triplet: A6, 3E and EC. RGB value is (166,62,236). Sum of RGB (Red+Green+Blue) = 166+62+236=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #A63EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63EEC is #59C113. Grayscale: #707070. Windows color (decimal): -5882132 or 15482534. OLE color: 15482534.

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

Color convert

RGB 166 62 236 -
CMYK 0.30 0.74 0 0.07
HSL 275.86º 0.82% 0.58% -
HSV(B) 275.86º 0.74% 0.93% -
XYZ 32.59 17.61 81.04 -
YUV 112.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 166 62 236 0.30 0.74 0 0.07 275.86 0.82 0.58
Hex A6 3E EC 1E 4A 0 7 114 52 3A
Octal 246 76 354 36 112 0 7 424 122 72
Binary 10100110 111110 11101100 11110 1001010 0 111 100010100 1010010 111010

Color Harmonies of #A63EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EEC

Black with #A63EEC

Text Example


Text Example

White with #A63EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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