Html Css Color HEX #A13EEE Blue Violet

📋 copy color: '#A13EEE'

red 161 ◦ green 62 ◦ blue 238

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

Shades of Blue Violet #A13EEE

Tints of Blue Violet #A13EEE

RGB

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

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

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

R = 34.92%
G = 13.45%
B = 51.63%

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

#A13EEE (or 0xA13EEE) is known color: Blue Violet. HEX triplet: A1, 3E and EE. RGB value is (161,62,238). Sum of RGB (Red+Green+Blue) = 161+62+238=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #A13EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13EEE is #5EC111. Grayscale: #6F6F6F. Windows color (decimal): -6209810 or 15613601. OLE color: 15613601.

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

Color convert

RGB 161 62 238 -
CMYK 0.32 0.74 0 0.07
HSL 273.75º 0.84% 0.59% -
HSV(B) 273.75º 0.74% 0.93% -
XYZ 31.85 17.2 82.53 -
YUV 111.67 199.3 163.19 -
System Red Green Blue C M Y K H S L
Decimal 161 62 238 0.32 0.74 0 0.07 273.75 0.84 0.59
Hex A1 3E EE 20 4A 0 7 112 54 3B
Octal 241 76 356 40 112 0 7 422 124 73
Binary 10100001 111110 11101110 100000 1001010 0 111 100010010 1010100 111011

Color Harmonies of #A13EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13EEE

Black with #A13EEE

Text Example


Text Example

White with #A13EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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