Html Css Color HEX #A231ED Blue Violet

📋 copy color: '#A231ED'

red 162 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #A231ED

Tints of Blue Violet #A231ED

RGB

 RED value IS 162 (63.67% from 255) = 36.16%

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

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

R = 36.16%
G = 10.94%
B = 52.9%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A231ED (or 0xA231ED) is known color: Blue Violet. HEX triplet: A2, 31 and ED. RGB value is (162,49,237). Sum of RGB (Red+Green+Blue) = 162+49+237=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #A231ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231ED is #5DCE12. Grayscale: #676767. Windows color (decimal): -6147603 or 15544738. OLE color: 15544738.

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

Color convert

RGB 162 49 237 -
CMYK 0.32 0.79 0 0.07
HSL 276.06º 0.84% 0.56% -
HSV(B) 276.06º 0.79% 0.93% -
XYZ 31.28 15.99 81.56 -
YUV 104.22 202.94 169.21 -
System Red Green Blue C M Y K H S L
Decimal 162 49 237 0.32 0.79 0 0.07 276.06 0.84 0.56
Hex A2 31 ED 20 4F 0 7 114 54 38
Octal 242 61 355 40 117 0 7 424 124 70
Binary 10100010 110001 11101101 100000 1001111 0 111 100010100 1010100 111000

Color Harmonies of #A231ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231ED

Black with #A231ED

Text Example


Text Example

White with #A231ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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