Html Css Color HEX #A23CF1 Blue Violet

📋 copy color: '#A23CF1'

red 162 ◦ green 60 ◦ blue 241

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

Shades of Blue Violet #A23CF1

Tints of Blue Violet #A23CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.96%

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

R = 34.99%
G = 12.96%
B = 52.05%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A23CF1 (or 0xA23CF1) is known color: Blue Violet. HEX triplet: A2, 3C and F1. RGB value is (162,60,241). Sum of RGB (Red+Green+Blue) = 162+60+241=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 241 (94.53% from 255 or 52.05% from 463); Max value from RGB is 241 - color contains mainly: blue. Hex color #A23CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23CF1 is #5DC30E. Grayscale: #6E6E6E. Windows color (decimal): -6144783 or 15809698. OLE color: 15809698.

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

Color convert

RGB 162 60 241 -
CMYK 0.33 0.75 0 0.05
HSL 273.81º 0.87% 0.59% -
HSV(B) 273.81º 0.75% 0.95% -
XYZ 32.39 17.26 84.84 -
YUV 111.13 201.29 164.28 -
System Red Green Blue C M Y K H S L
Decimal 162 60 241 0.33 0.75 0 0.05 273.81 0.87 0.59
Hex A2 3C F1 21 4B 0 5 112 57 3B
Octal 242 74 361 41 113 0 5 422 127 73
Binary 10100010 111100 11110001 100001 1001011 0 101 100010010 1010111 111011

Color Harmonies of #A23CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CF1

Black with #A23CF1

Text Example


Text Example

White with #A23CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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