Html Css Color HEX #A13CE7 Blue Violet

📋 copy color: '#A13CE7'

red 161 ◦ green 60 ◦ blue 231

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

Shades of Blue Violet #A13CE7

Tints of Blue Violet #A13CE7

RGB

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

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

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

R = 35.62%
G = 13.27%
B = 51.11%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A13CE7 (or 0xA13CE7) is known color: Blue Violet. HEX triplet: A1, 3C and E7. RGB value is (161,60,231). Sum of RGB (Red+Green+Blue) = 161+60+231=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #A13CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CE7 is #5EC318. Grayscale: #6D6D6D. Windows color (decimal): -6210329 or 15154337. OLE color: 15154337.

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

Color convert

RGB 161 60 231 -
CMYK 0.30 0.74 0 0.09
HSL 275.44º 0.78% 0.57% -
HSV(B) 275.44º 0.74% 0.91% -
XYZ 30.74 16.58 77.18 -
YUV 109.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 161 60 231 0.30 0.74 0 0.09 275.44 0.78 0.57
Hex A1 3C E7 1E 4A 0 9 113 4E 39
Octal 241 74 347 36 112 0 11 423 116 71
Binary 10100001 111100 11100111 11110 1001010 0 1001 100010011 1001110 111001

Color Harmonies of #A13CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CE7

Black with #A13CE7

Text Example


Text Example

White with #A13CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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