Html Css Color HEX #A63CFC Blue Violet

📋 copy color: '#A63CFC'

red 166 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #A63CFC

Tints of Blue Violet #A63CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.55%

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 34.73%
G = 12.55%
B = 52.72%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A63CFC (or 0xA63CFC) is known color: Blue Violet. HEX triplet: A6, 3C and FC. RGB value is (166,60,252). Sum of RGB (Red+Green+Blue) = 166+60+252=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #A63CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CFC is #59C303. Grayscale: #707070. Windows color (decimal): -5882628 or 16530598. OLE color: 16530598.

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

Color convert

RGB 166 60 252 -
CMYK 0.34 0.76 0 0.01
HSL 273.13º 0.97% 0.61% -
HSV(B) 273.13º 0.76% 0.99% -
XYZ 34.91 18.37 93.8 -
YUV 113.58 206.12 165.39 -
System Red Green Blue C M Y K H S L
Decimal 166 60 252 0.34 0.76 0 0.01 273.13 0.97 0.61
Hex A6 3C FC 22 4C 0 1 111 61 3D
Octal 246 74 374 42 114 0 1 421 141 75
Binary 10100110 111100 11111100 100010 1001100 0 1 100010001 1100001 111101

Color Harmonies of #A63CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CFC

Black with #A63CFC

Text Example


Text Example

White with #A63CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CFC; }

 p { color: rgb(166,60,252); }

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

background-color css

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

 a { background-color: rgb(166,60,252); }

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

border-color css

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

 span { border-color: rgb(166,60,252); }

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