Html Css Color HEX #A13CEF Blue Violet

📋 copy color: '#A13CEF'

red 161 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #A13CEF

Tints of Blue Violet #A13CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

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

R = 35%
G = 13.04%
B = 51.96%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A13CEF (or 0xA13CEF) is known color: Blue Violet. HEX triplet: A1, 3C and EF. RGB value is (161,60,239). Sum of RGB (Red+Green+Blue) = 161+60+239=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #A13CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CEF is #5EC310. Grayscale: #6D6D6D. Windows color (decimal): -6210321 or 15678625. OLE color: 15678625.

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

Color convert

RGB 161 60 239 -
CMYK 0.33 0.75 0 0.06
HSL 273.85º 0.85% 0.59% -
HSV(B) 273.85º 0.75% 0.94% -
XYZ 31.89 17.04 83.27 -
YUV 110.61 200.46 163.95 -
System Red Green Blue C M Y K H S L
Decimal 161 60 239 0.33 0.75 0 0.06 273.85 0.85 0.59
Hex A1 3C EF 21 4B 0 6 112 55 3B
Octal 241 74 357 41 113 0 6 422 125 73
Binary 10100001 111100 11101111 100001 1001011 0 110 100010010 1010101 111011

Color Harmonies of #A13CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CEF

Black with #A13CEF

Text Example


Text Example

White with #A13CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CEF; }

 p { color: rgb(161,60,239); }

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

background-color css

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

 a { background-color: rgb(161,60,239); }

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

border-color css

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

 span { border-color: rgb(161,60,239); }

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