Html Css Color HEX #A93FEE Blue Violet

📋 copy color: '#A93FEE'

red 169 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #A93FEE

Tints of Blue Violet #A93FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 35.96%
G = 13.4%
B = 50.64%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A93FEE (or 0xA93FEE) is known color: Blue Violet. HEX triplet: A9, 3F and EE. RGB value is (169,63,238). Sum of RGB (Red+Green+Blue) = 169+63+238=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #A93FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FEE is #56C011. Grayscale: #727272. Windows color (decimal): -5685266 or 15613865. OLE color: 15613865.

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

Color convert

RGB 169 63 238 -
CMYK 0.29 0.74 0 0.07
HSL 276.34º 0.84% 0.59% -
HSV(B) 276.34º 0.74% 0.93% -
XYZ 33.57 18.16 82.63 -
YUV 114.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 169 63 238 0.29 0.74 0 0.07 276.34 0.84 0.59
Hex A9 3F EE 1D 4A 0 7 114 54 3B
Octal 251 77 356 35 112 0 7 424 124 73
Binary 10101001 111111 11101110 11101 1001010 0 111 100010100 1010100 111011

Color Harmonies of #A93FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FEE

Black with #A93FEE

Text Example


Text Example

White with #A93FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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