Html Css Color HEX #A331ED Blue Violet

📋 copy color: '#A331ED'

red 163 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #A331ED

Tints of Blue Violet #A331ED

RGB

 RED value IS 163 (64.06% from 255) = 36.3%

 GREEN value IS 49 (19.53% from 255) = 10.91%

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 36.3%
G = 10.91%
B = 52.78%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A331ED (or 0xA331ED) is known color: Blue Violet. HEX triplet: A3, 31 and ED. RGB value is (163,49,237). Sum of RGB (Red+Green+Blue) = 163+49+237=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #A331ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331ED is #5CCE12. Grayscale: #676767. Windows color (decimal): -6082067 or 15544739. OLE color: 15544739.

HSL color Cylindrical-coordinate representation of color #A331ED: hue angle of 276.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A331ED is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 49 237 -
CMYK 0.31 0.79 0 0.07
HSL 276.38º 0.84% 0.56% -
HSV(B) 276.38º 0.79% 0.93% -
XYZ 31.49 16.1 81.57 -
YUV 104.52 202.77 169.71 -
System Red Green Blue C M Y K H S L
Decimal 163 49 237 0.31 0.79 0 0.07 276.38 0.84 0.56
Hex A3 31 ED 1F 4F 0 7 114 54 38
Octal 243 61 355 37 117 0 7 424 124 70
Binary 10100011 110001 11101101 11111 1001111 0 111 100010100 1010100 111000

Color Harmonies of #A331ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331ED

Black with #A331ED

Text Example


Text Example

White with #A331ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331ED; }

 p { color: rgb(163,49,237); }

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

background-color css

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

 a { background-color: rgb(163,49,237); }

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

border-color css

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

 span { border-color: rgb(163,49,237); }

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