Html Css Color HEX #A93FFA Blue Violet

📋 copy color: '#A93FFA'

red 169 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #A93FFA

Tints of Blue Violet #A93FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.07%

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 35.06%
G = 13.07%
B = 51.87%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A93FFA (or 0xA93FFA) is known color: Blue Violet. HEX triplet: A9, 3F and FA. RGB value is (169,63,250). Sum of RGB (Red+Green+Blue) = 169+63+250=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #A93FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FFA is #56C005. Grayscale: #737373. Windows color (decimal): -5685254 or 16400297. OLE color: 16400297.

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

Color convert

RGB 169 63 250 -
CMYK 0.32 0.75 0 0.02
HSL 274.01º 0.95% 0.61% -
HSV(B) 274.01º 0.75% 0.98% -
XYZ 35.4 18.89 92.22 -
YUV 116.01 203.62 165.79 -
System Red Green Blue C M Y K H S L
Decimal 169 63 250 0.32 0.75 0 0.02 274.01 0.95 0.61
Hex A9 3F FA 20 4B 0 2 112 5F 3D
Octal 251 77 372 40 113 0 2 422 137 75
Binary 10101001 111111 11111010 100000 1001011 0 10 100010010 1011111 111101

Color Harmonies of #A93FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FFA

Black with #A93FFA

Text Example


Text Example

White with #A93FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FFA; }

 p { color: rgb(169,63,250); }

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

background-color css

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

 a { background-color: rgb(169,63,250); }

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

border-color css

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

 span { border-color: rgb(169,63,250); }

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