Html Css Color HEX #A63AFB Blue Violet

📋 copy color: '#A63AFB'

red 166 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #A63AFB

Tints of Blue Violet #A63AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.21%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 34.95%
G = 12.21%
B = 52.84%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A63AFB (or 0xA63AFB) is known color: Blue Violet. HEX triplet: A6, 3A and FB. RGB value is (166,58,251). Sum of RGB (Red+Green+Blue) = 166+58+251=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #A63AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63AFB is #59C504. Grayscale: #6F6F6F. Windows color (decimal): -5883141 or 16464550. OLE color: 16464550.

HSL color Cylindrical-coordinate representation of color #A63AFB: hue angle of 273.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A63AFB is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 58 251 -
CMYK 0.34 0.77 0 0.02
HSL 273.58º 0.96% 0.61% -
HSV(B) 273.58º 0.77% 0.98% -
XYZ 34.65 18.1 92.93 -
YUV 112.29 206.28 166.31 -
System Red Green Blue C M Y K H S L
Decimal 166 58 251 0.34 0.77 0 0.02 273.58 0.96 0.61
Hex A6 3A FB 22 4D 0 2 112 60 3D
Octal 246 72 373 42 115 0 2 422 140 75
Binary 10100110 111010 11111011 100010 1001101 0 10 100010010 1100000 111101

Color Harmonies of #A63AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AFB

Black with #A63AFB

Text Example


Text Example

White with #A63AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AFB; }

 p { color: rgb(166,58,251); }

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

background-color css

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

 a { background-color: rgb(166,58,251); }

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

border-color css

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

 span { border-color: rgb(166,58,251); }

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