Html Css Color HEX #A23CF6 Blue Violet

📋 copy color: '#A23CF6'

red 162 ◦ green 60 ◦ blue 246

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

Shades of Blue Violet #A23CF6

Tints of Blue Violet #A23CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.56%

R = 34.62%
G = 12.82%
B = 52.56%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A23CF6 (or 0xA23CF6) is known color: Blue Violet. HEX triplet: A2, 3C and F6. RGB value is (162,60,246). Sum of RGB (Red+Green+Blue) = 162+60+246=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #A23CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23CF6 is #5DC309. Grayscale: #6F6F6F. Windows color (decimal): -6144778 or 16137378. OLE color: 16137378.

HSL color Cylindrical-coordinate representation of color #A23CF6: hue angle of 272.9º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23CF6 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 60 246 -
CMYK 0.34 0.76 0 0.04
HSL 272.9º 0.91% 0.6% -
HSV(B) 272.9º 0.76% 0.96% -
XYZ 33.15 17.57 88.83 -
YUV 111.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 162 60 246 0.34 0.76 0 0.04 272.9 0.91 0.6
Hex A2 3C F6 22 4C 0 4 111 5B 3C
Octal 242 74 366 42 114 0 4 421 133 74
Binary 10100010 111100 11110110 100010 1001100 0 100 100010001 1011011 111100

Color Harmonies of #A23CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CF6

Black with #A23CF6

Text Example


Text Example

White with #A23CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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