Html Css Color HEX #A63DEE Blue Violet

📋 copy color: '#A63DEE'

red 166 ◦ green 61 ◦ blue 238

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

Shades of Blue Violet #A63DEE

Tints of Blue Violet #A63DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.12%

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 35.7%
G = 13.12%
B = 51.18%

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

#A63DEE (or 0xA63DEE) is known color: Blue Violet. HEX triplet: A6, 3D and EE. RGB value is (166,61,238). Sum of RGB (Red+Green+Blue) = 166+61+238=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #A63DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DEE is #59C211. Grayscale: #6F6F6F. Windows color (decimal): -5882386 or 15613350. OLE color: 15613350.

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

Color convert

RGB 166 61 238 -
CMYK 0.30 0.74 0 0.07
HSL 275.59º 0.84% 0.59% -
HSV(B) 275.59º 0.74% 0.93% -
XYZ 32.83 17.62 82.56 -
YUV 112.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 166 61 238 0.30 0.74 0 0.07 275.59 0.84 0.59
Hex A6 3D EE 1E 4A 0 7 114 54 3B
Octal 246 75 356 36 112 0 7 424 124 73
Binary 10100110 111101 11101110 11110 1001010 0 111 100010100 1010100 111011

Color Harmonies of #A63DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DEE

Black with #A63DEE

Text Example


Text Example

White with #A63DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DEE; }

 p { color: rgb(166,61,238); }

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

background-color css

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

 a { background-color: rgb(166,61,238); }

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

border-color css

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

 span { border-color: rgb(166,61,238); }

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