Html Css Color HEX #A93DF6 Blue Violet

📋 copy color: '#A93DF6'

red 169 ◦ green 61 ◦ blue 246

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

Shades of Blue Violet #A93DF6

Tints of Blue Violet #A93DF6

RGB

 RED value IS 169 (66.41% from 255) = 35.5%

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

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 35.5%
G = 12.82%
B = 51.68%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A93DF6 (or 0xA93DF6) is known color: Blue Violet. HEX triplet: A9, 3D and F6. RGB value is (169,61,246). Sum of RGB (Red+Green+Blue) = 169+61+246=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #A93DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93DF6 is #56C209. Grayscale: #717171. Windows color (decimal): -5685770 or 16137641. OLE color: 16137641.

HSL color Cylindrical-coordinate representation of color #A93DF6: hue angle of 275.03º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93DF6 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 61 246 -
CMYK 0.31 0.75 0 0.04
HSL 275.03º 0.91% 0.6% -
HSV(B) 275.03º 0.75% 0.96% -
XYZ 34.67 18.43 88.92 -
YUV 114.38 202.28 166.96 -
System Red Green Blue C M Y K H S L
Decimal 169 61 246 0.31 0.75 0 0.04 275.03 0.91 0.6
Hex A9 3D F6 1F 4B 0 4 113 5B 3C
Octal 251 75 366 37 113 0 4 423 133 74
Binary 10101001 111101 11110110 11111 1001011 0 100 100010011 1011011 111100

Color Harmonies of #A93DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93DF6

Black with #A93DF6

Text Example


Text Example

White with #A93DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93DF6; }

 p { color: rgb(169,61,246); }

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

background-color css

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

 a { background-color: rgb(169,61,246); }

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

border-color css

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

 span { border-color: rgb(169,61,246); }

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