Html Css Color HEX #A13EFE Blue Violet

📋 copy color: '#A13EFE'

red 161 ◦ green 62 ◦ blue 254

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

Shades of Blue Violet #A13EFE

Tints of Blue Violet #A13EFE

RGB

 RED value IS 161 (63.28% from 255) = 33.75%

 GREEN value IS 62 (24.61% from 255) = 13%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 33.75%
G = 13%
B = 53.25%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A13EFE (or 0xA13EFE) is known color: Blue Violet. HEX triplet: A1, 3E and FE. RGB value is (161,62,254). Sum of RGB (Red+Green+Blue) = 161+62+254=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #A13EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13EFE is #5EC101. Grayscale: #707070. Windows color (decimal): -6209794 or 16662177. OLE color: 16662177.

HSL color Cylindrical-coordinate representation of color #A13EFE: hue angle of 270.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A13EFE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 161 62 254 -
CMYK 0.37 0.76 0 0.00
HSL 270.94º 0.99% 0.62% -
HSV(B) 270.94º 0.76% 1% -
XYZ 34.31 18.18 95.47 -
YUV 113.49 207.3 161.89 -
System Red Green Blue C M Y K H S L
Decimal 161 62 254 0.37 0.76 0 0.00 270.94 0.99 0.62
Hex A1 3E FE 25 4C 0 0 10F 63 3E
Octal 241 76 376 45 114 0 0 417 143 76
Binary 10100001 111110 11111110 100101 1001100 0 0 100001111 1100011 111110

Color Harmonies of #A13EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13EFE

Black with #A13EFE

Text Example


Text Example

White with #A13EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13EFE; }

 p { color: rgb(161,62,254); }

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

background-color css

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

 a { background-color: rgb(161,62,254); }

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

border-color css

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

 span { border-color: rgb(161,62,254); }

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