#A23FF1

Color #A23FF1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A23FF1

Tints of Blue Violet #A23FF1

Color information

#A23FF1 (or 0xA23FF1) is unknown color: approx Blue Violet. HEX triplet: A2, 3F and F1. RGB value is (162,63,241). Sum of RGB (Red+Green+Blue) = 162+63+241=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #A23FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23FF1 is #5DC00E. Grayscale: #707070. Windows color (decimal): -6144015 or 15810466. OLE color: 15810466.

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

Color convert

RGB16263241-
CMYK0.330.7400.05
HSL273.37º86.41%59.61%-
HSV(B)273.37º73.86%94.51%-
XYZ32.5517.5984.9-
YUV112.89200.3163.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 63 (25% from 255) = 13.52%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=34.76%
G=13.52%
B=51.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162632410.330.7400.05273.3786.4159.61
HexA23FF1214A05111563c
Octal24277361411120542112674
Binary1010001011111111110001100001100101001011000100011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23FF1; }

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

 H1.HeaderClassName
 {
   color: #A23FF1;
 }
 .AnyTagClassName
 {
   color: #A23FF1;
 }
</style>
background-color css

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

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

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

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

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

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