Html Css Color HEX #A63EFD Blue Violet

📋 copy color: '#A63EFD'

red 166 ◦ green 62 ◦ blue 253

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

Shades of Blue Violet #A63EFD

Tints of Blue Violet #A63EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 34.51%
G = 12.89%
B = 52.6%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A63EFD (or 0xA63EFD) is known color: Blue Violet. HEX triplet: A6, 3E and FD. RGB value is (166,62,253). Sum of RGB (Red+Green+Blue) = 166+62+253=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #A63EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63EFD is #59C102. Grayscale: #727272. Windows color (decimal): -5882115 or 16596646. OLE color: 16596646.

HSL color Cylindrical-coordinate representation of color #A63EFD: hue angle of 272.67º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63EFD is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 62 253 -
CMYK 0.34 0.75 0 0.01
HSL 272.67º 0.98% 0.62% -
HSV(B) 272.67º 0.75% 0.99% -
XYZ 35.18 18.64 94.67 -
YUV 114.87 205.96 164.47 -
System Red Green Blue C M Y K H S L
Decimal 166 62 253 0.34 0.75 0 0.01 272.67 0.98 0.62
Hex A6 3E FD 22 4B 0 1 111 62 3E
Octal 246 76 375 42 113 0 1 421 142 76
Binary 10100110 111110 11111101 100010 1001011 0 1 100010001 1100010 111110

Color Harmonies of #A63EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63EFD

Black with #A63EFD

Text Example


Text Example

White with #A63EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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