Html Css Color HEX #A231E6 Blue Violet

📋 copy color: '#A231E6'

red 162 ◦ green 49 ◦ blue 230

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

Shades of Blue Violet #A231E6

Tints of Blue Violet #A231E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.15%

R = 36.73%
G = 11.11%
B = 52.15%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A231E6 (or 0xA231E6) is known color: Blue Violet. HEX triplet: A2, 31 and E6. RGB value is (162,49,230). Sum of RGB (Red+Green+Blue) = 162+49+230=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #A231E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231E6 is #5DCE19. Grayscale: #666666. Windows color (decimal): -6147610 or 15085986. OLE color: 15085986.

HSL color Cylindrical-coordinate representation of color #A231E6: hue angle of 277.46º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A231E6 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 49 230 -
CMYK 0.30 0.79 0 0.10
HSL 277.46º 0.78% 0.55% -
HSV(B) 277.46º 0.79% 0.9% -
XYZ 30.28 15.59 76.28 -
YUV 103.42 199.44 169.78 -
System Red Green Blue C M Y K H S L
Decimal 162 49 230 0.30 0.79 0 0.10 277.46 0.78 0.55
Hex A2 31 E6 1E 4F 0 A 115 4E 37
Octal 242 61 346 36 117 0 12 425 116 67
Binary 10100010 110001 11100110 11110 1001111 0 1010 100010101 1001110 110111

Color Harmonies of #A231E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231E6

Black with #A231E6

Text Example


Text Example

White with #A231E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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