Html Css Color HEX #A93FEF Blue Violet

📋 copy color: '#A93FEF'

red 169 ◦ green 63 ◦ blue 239

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

Shades of Blue Violet #A93FEF

Tints of Blue Violet #A93FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 35.88%
G = 13.38%
B = 50.74%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A93FEF (or 0xA93FEF) is known color: Blue Violet. HEX triplet: A9, 3F and EF. RGB value is (169,63,239). Sum of RGB (Red+Green+Blue) = 169+63+239=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #A93FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FEF is #56C010. Grayscale: #727272. Windows color (decimal): -5685265 or 15679401. OLE color: 15679401.

HSL color Cylindrical-coordinate representation of color #A93FEF: hue angle of 276.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93FEF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 63 239 -
CMYK 0.29 0.74 0 0.06
HSL 276.14º 0.85% 0.59% -
HSV(B) 276.14º 0.74% 0.94% -
XYZ 33.72 18.22 83.4 -
YUV 114.76 198.12 166.69 -
System Red Green Blue C M Y K H S L
Decimal 169 63 239 0.29 0.74 0 0.06 276.14 0.85 0.59
Hex A9 3F EF 1D 4A 0 6 114 55 3B
Octal 251 77 357 35 112 0 6 424 125 73
Binary 10101001 111111 11101111 11101 1001010 0 110 100010100 1010101 111011

Color Harmonies of #A93FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FEF

Black with #A93FEF

Text Example


Text Example

White with #A93FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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