Html Css Color HEX #A63DF2 Blue Violet

📋 copy color: '#A63DF2'

red 166 ◦ green 61 ◦ blue 242

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

Shades of Blue Violet #A63DF2

Tints of Blue Violet #A63DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 35.39%
G = 13.01%
B = 51.6%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A63DF2 (or 0xA63DF2) is known color: Blue Violet. HEX triplet: A6, 3D and F2. RGB value is (166,61,242). Sum of RGB (Red+Green+Blue) = 166+61+242=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #A63DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DF2 is #59C20D. Grayscale: #707070. Windows color (decimal): -5882382 or 15875494. OLE color: 15875494.

HSL color Cylindrical-coordinate representation of color #A63DF2: hue angle of 274.81º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63DF2 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 61 242 -
CMYK 0.31 0.75 0 0.05
HSL 274.81º 0.87% 0.59% -
HSV(B) 274.81º 0.75% 0.95% -
XYZ 33.42 17.86 85.69 -
YUV 113.03 200.79 165.78 -
System Red Green Blue C M Y K H S L
Decimal 166 61 242 0.31 0.75 0 0.05 274.81 0.87 0.59
Hex A6 3D F2 1F 4B 0 5 113 57 3B
Octal 246 75 362 37 113 0 5 423 127 73
Binary 10100110 111101 11110010 11111 1001011 0 101 100010011 1010111 111011

Color Harmonies of #A63DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DF2

Black with #A63DF2

Text Example


Text Example

White with #A63DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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