Html Css Color HEX #A83CEC Blue Violet

📋 copy color: '#A83CEC'

red 168 ◦ green 60 ◦ blue 236

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

Shades of Blue Violet #A83CEC

Tints of Blue Violet #A83CEC

RGB

 RED value IS 168 (66.02% from 255) = 36.21%

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 36.21%
G = 12.93%
B = 50.86%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A83CEC (or 0xA83CEC) is known color: Blue Violet. HEX triplet: A8, 3C and EC. RGB value is (168,60,236). Sum of RGB (Red+Green+Blue) = 168+60+236=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #A83CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83CEC is #57C313. Grayscale: #6F6F6F. Windows color (decimal): -5751572 or 15482024. OLE color: 15482024.

HSL color Cylindrical-coordinate representation of color #A83CEC: hue angle of 276.82º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83CEC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 60 236 -
CMYK 0.29 0.75 0 0.07
HSL 276.82º 0.82% 0.58% -
HSV(B) 276.82º 0.75% 0.93% -
XYZ 32.9 17.61 81.02 -
YUV 112.36 197.78 167.69 -
System Red Green Blue C M Y K H S L
Decimal 168 60 236 0.29 0.75 0 0.07 276.82 0.82 0.58
Hex A8 3C EC 1D 4B 0 7 115 52 3A
Octal 250 74 354 35 113 0 7 425 122 72
Binary 10101000 111100 11101100 11101 1001011 0 111 100010101 1010010 111010

Color Harmonies of #A83CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CEC

Black with #A83CEC

Text Example


Text Example

White with #A83CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CEC; }

 p { color: rgb(168,60,236); }

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

background-color css

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

 a { background-color: rgb(168,60,236); }

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

border-color css

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

 span { border-color: rgb(168,60,236); }

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