Html Css Color HEX #A63EED Blue Violet

📋 copy color: '#A63EED'

red 166 ◦ green 62 ◦ blue 237

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

Shades of Blue Violet #A63EED

Tints of Blue Violet #A63EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 35.7%
G = 13.33%
B = 50.97%

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

#A63EED (or 0xA63EED) is known color: Blue Violet. HEX triplet: A6, 3E and ED. RGB value is (166,62,237). Sum of RGB (Red+Green+Blue) = 166+62+237=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #A63EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63EED is #59C112. Grayscale: #707070. Windows color (decimal): -5882131 or 15548070. OLE color: 15548070.

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

Color convert

RGB 166 62 237 -
CMYK 0.30 0.74 0 0.07
HSL 275.66º 0.83% 0.59% -
HSV(B) 275.66º 0.74% 0.93% -
XYZ 32.73 17.67 81.81 -
YUV 113.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 166 62 237 0.30 0.74 0 0.07 275.66 0.83 0.59
Hex A6 3E ED 1E 4A 0 7 114 53 3B
Octal 246 76 355 36 112 0 7 424 123 73
Binary 10100110 111110 11101101 11110 1001010 0 111 100010100 1010011 111011

Color Harmonies of #A63EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EED

Black with #A63EED

Text Example


Text Example

White with #A63EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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