Html Css Color HEX #A23EF1 Blue Violet

📋 copy color: '#A23EF1'

red 162 ◦ green 62 ◦ blue 241

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

Shades of Blue Violet #A23EF1

Tints of Blue Violet #A23EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.33%

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 34.84%
G = 13.33%
B = 51.83%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A23EF1 (or 0xA23EF1) is known color: Blue Violet. HEX triplet: A2, 3E and F1. RGB value is (162,62,241). Sum of RGB (Red+Green+Blue) = 162+62+241=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #A23EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EF1 is #5DC10E. Grayscale: #6F6F6F. Windows color (decimal): -6144271 or 15810210. OLE color: 15810210.

HSL color Cylindrical-coordinate representation of color #A23EF1: hue angle of 273.52º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23EF1 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 62 241 -
CMYK 0.33 0.74 0 0.05
HSL 273.52º 0.86% 0.59% -
HSV(B) 273.52º 0.74% 0.95% -
XYZ 32.5 17.48 84.88 -
YUV 112.31 200.63 163.45 -
System Red Green Blue C M Y K H S L
Decimal 162 62 241 0.33 0.74 0 0.05 273.52 0.86 0.59
Hex A2 3E F1 21 4A 0 5 112 56 3B
Octal 242 76 361 41 112 0 5 422 126 73
Binary 10100010 111110 11110001 100001 1001010 0 101 100010010 1010110 111011

Color Harmonies of #A23EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23EF1

Black with #A23EF1

Text Example


Text Example

White with #A23EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23EF1; }

 p { color: rgb(162,62,241); }

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

background-color css

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

 a { background-color: rgb(162,62,241); }

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

border-color css

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

 span { border-color: rgb(162,62,241); }

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