Html Css Color HEX #A13FE7 Blue Violet

📋 copy color: '#A13FE7'

red 161 ◦ green 63 ◦ blue 231

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

Shades of Blue Violet #A13FE7

Tints of Blue Violet #A13FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.77%

R = 35.38%
G = 13.85%
B = 50.77%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A13FE7 (or 0xA13FE7) is known color: Blue Violet. HEX triplet: A1, 3F and E7. RGB value is (161,63,231). Sum of RGB (Red+Green+Blue) = 161+63+231=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #A13FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13FE7 is #5EC018. Grayscale: #6E6E6E. Windows color (decimal): -6209561 or 15155105. OLE color: 15155105.

HSL color Cylindrical-coordinate representation of color #A13FE7: hue angle of 275º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13FE7 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 63 231 -
CMYK 0.30 0.73 0 0.09
HSL 275º 0.78% 0.58% -
HSV(B) 275º 0.73% 0.91% -
XYZ 30.9 16.9 77.24 -
YUV 111.45 195.47 163.34 -
System Red Green Blue C M Y K H S L
Decimal 161 63 231 0.30 0.73 0 0.09 275 0.78 0.58
Hex A1 3F E7 1E 49 0 9 113 4E 3A
Octal 241 77 347 36 111 0 11 423 116 72
Binary 10100001 111111 11100111 11110 1001001 0 1001 100010011 1001110 111010

Color Harmonies of #A13FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13FE7

Black with #A13FE7

Text Example


Text Example

White with #A13FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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