Html Css Color HEX #A93DFB Blue Violet

📋 copy color: '#A93DFB'

red 169 ◦ green 61 ◦ blue 251

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

Shades of Blue Violet #A93DFB

Tints of Blue Violet #A93DFB

RGB

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

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

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

R = 35.14%
G = 12.68%
B = 52.18%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A93DFB (or 0xA93DFB) is known color: Blue Violet. HEX triplet: A9, 3D and FB. RGB value is (169,61,251). Sum of RGB (Red+Green+Blue) = 169+61+251=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #A93DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93DFB is #56C204. Grayscale: #727272. Windows color (decimal): -5685765 or 16465321. OLE color: 16465321.

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

Color convert

RGB 169 61 251 -
CMYK 0.33 0.76 0 0.02
HSL 274.11º 0.96% 0.61% -
HSV(B) 274.11º 0.76% 0.98% -
XYZ 35.44 18.74 93.02 -
YUV 114.95 204.78 166.55 -
System Red Green Blue C M Y K H S L
Decimal 169 61 251 0.33 0.76 0 0.02 274.11 0.96 0.61
Hex A9 3D FB 21 4C 0 2 112 60 3D
Octal 251 75 373 41 114 0 2 422 140 75
Binary 10101001 111101 11111011 100001 1001100 0 10 100010010 1100000 111101

Color Harmonies of #A93DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93DFB

Black with #A93DFB

Text Example


Text Example

White with #A93DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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