Html Css Color HEX #A13FEE Blue Violet

📋 copy color: '#A13FEE'

red 161 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #A13FEE

Tints of Blue Violet #A13FEE

RGB

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

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

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

R = 34.85%
G = 13.64%
B = 51.52%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A13FEE (or 0xA13FEE) is known color: Blue Violet. HEX triplet: A1, 3F and EE. RGB value is (161,63,238). Sum of RGB (Red+Green+Blue) = 161+63+238=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #A13FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13FEE is #5EC011. Grayscale: #6F6F6F. Windows color (decimal): -6209554 or 15613857. OLE color: 15613857.

HSL color Cylindrical-coordinate representation of color #A13FEE: hue angle of 273.6º 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 #A13FEE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 63 238 -
CMYK 0.32 0.74 0 0.07
HSL 273.6º 0.84% 0.59% -
HSV(B) 273.6º 0.74% 0.93% -
XYZ 31.91 17.31 82.55 -
YUV 112.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 161 63 238 0.32 0.74 0 0.07 273.6 0.84 0.59
Hex A1 3F EE 20 4A 0 7 112 54 3B
Octal 241 77 356 40 112 0 7 422 124 73
Binary 10100001 111111 11101110 100000 1001010 0 111 100010010 1010100 111011

Color Harmonies of #A13FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13FEE

Black with #A13FEE

Text Example


Text Example

White with #A13FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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